ssh.role/files/vim/vimrc.local

11 lines
181 B
Text
Raw Normal View History

2024-09-17 00:49:08 +02:00
set nocompatible
set ignorecase
set hlsearch
set showmatch
set wrap
2025-05-19 21:42:06 +02:00
set numbers
2024-09-17 00:49:08 +02:00
set mouse-=a
set autoindent
syntax on
highlight Comment ctermfg=LightCyan
let g:skip_defaults_vim = 1