1
0

first commit

This commit is contained in:
Lionel
2021-09-01 12:31:01 +02:00
commit fd0876546f
311 changed files with 9787 additions and 0 deletions

View File

@ -0,0 +1,15 @@
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