mirror of
1
0
Fork 0

moved my custom settings to separate file

This commit is contained in:
Mirosław Pragłowski 2014-05-09 21:12:52 +02:00
parent e4f12063a4
commit 2360e84aea
2 changed files with 6 additions and 7 deletions

6
my_configs.vim Normal file
View File

@ -0,0 +1,6 @@
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => my custom settings
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set number " line numbers
set nocompatible " choose no compatibility with legacy vi
set nowrap " don't wrap lines

View File

@ -411,10 +411,3 @@ function! <SID>BufcloseCloseIt()
execute("bdelete! ".l:currentBufNum)
endif
endfunction
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => custom settings
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set number
set nocompatible " choose no compatibility with legacy vi
set nowrap " don't wrap lines