moved my custom settings to separate file
This commit is contained in:
parent
e4f12063a4
commit
2360e84aea
2 changed files with 6 additions and 7 deletions
6
my_configs.vim
Normal file
6
my_configs.vim
Normal 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
|
|
@ -411,10 +411,3 @@ function! <SID>BufcloseCloseIt()
|
||||||
execute("bdelete! ".l:currentBufNum)
|
execute("bdelete! ".l:currentBufNum)
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
||||||
" => custom settings
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
|
||||||
set number
|
|
||||||
set nocompatible " choose no compatibility with legacy vi
|
|
||||||
set nowrap " don't wrap lines
|
|
||||||
|
|
Loading…
Reference in a new issue