mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
moved my custom settings to separate file
This commit is contained in:
parent
e4f12063a4
commit
2360e84aea
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)
|
||||
endif
|
||||
endfunction
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => custom settings
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
set number
|
||||
set nocompatible " choose no compatibility with legacy vi
|
||||
set nowrap " don't wrap lines
|
||||
|
Loading…
Reference in New Issue
Block a user