dotfiles/.vim/vimrc
2023-10-23 09:58:32 +02:00

15 lines
163 B
VimL

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