fix: upgrade recursive submodules

This commit is contained in:
Markus Pesch 2018-02-17 17:35:23 +01:00 committed by Markus Pesch
parent 3c6364976e
commit 04262c2516
No known key found for this signature in database
GPG Key ID: 0C18FADC12547561
1 changed files with 2 additions and 1 deletions

3
vimrc
View File

@ -31,7 +31,8 @@ set mouse=v " suppor
set nobackup " no backup files
set noswapfile " no swap files
set nowritebackup " only in case you don't want a backup file while editing
set nu " show row numbers
"set rnu " show row numbers from the position of the cursor
set nu " show row numbers from beginning
set statusline=%{fugitive#statusline()} " config my own statusline
set shiftwidth=2
set smarttab