dotfiles/.vim/vimrc

16 lines
163 B
VimL
Raw Normal View History

2023-09-26 17:12:28 +02:00
set term=kitty
set number
filetype indent on
set autoindent
set tabstop=4
set shiftwidth=4
filetype plugin on
syntax on
set mouse=a
set clipboard=unnamedplus