diff options
-rw-r--r-- | satellit_installer/static_files/system/etc/vim/vimrc.local | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/satellit_installer/static_files/system/etc/vim/vimrc.local b/satellit_installer/static_files/system/etc/vim/vimrc.local index 8e09d96..4bfb95d 100644 --- a/satellit_installer/static_files/system/etc/vim/vimrc.local +++ b/satellit_installer/static_files/system/etc/vim/vimrc.local @@ -1,3 +1,6 @@ +runtime! defaults.vim +let g:skip_defaults_vim = 1 + syntax on set showmatch set smartcase |