2021-09-01 12:40:31 +02:00

16 lines
248 B
VimL

runtime! debian.vim
syntax on
set background=dark
set mouse=i
set number
set modeline
if filereadable("/etc/vim/vimrc.local")
source /etc/vim/vimrc.local
endif
"set tabstop=4
"set softtabstop=4
"set shiftwidth=4
"set noexpandtab
"set autoindent