diff --git a/my_configs.vim b/my_configs.vim new file mode 100644 index 00000000..3a6d057b --- /dev/null +++ b/my_configs.vim @@ -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 diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index b0e1fcba..1d01bbce 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -411,10 +411,3 @@ function! 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