ssh.role/files/vim/vimrc.local
2025-05-19 21:42:06 +02:00

11 lines
No EOL
181 B
Text

set nocompatible
set ignorecase
set hlsearch
set showmatch
set wrap
set numbers
set mouse-=a
set autoindent
syntax on
highlight Comment ctermfg=LightCyan
let g:skip_defaults_vim = 1