|
@@ -1,4 +1,8 @@
|
|
|
unlet! skip_defaults_vim
|
|
|
+
|
|
|
+" Set nocompatible early as it has side-effects
|
|
|
+set nocompatible
|
|
|
+
|
|
|
runtime defaults.vim
|
|
|
|
|
|
" To make 3rd party includes
|
|
@@ -283,7 +287,7 @@ augroup END
|
|
|
" BASIC SETUP:
|
|
|
|
|
|
" enter the current millenium
|
|
|
-set nocompatible
|
|
|
+" set nocompatible " NOTE: moved to start of vimrc
|
|
|
|
|
|
" enable syntax and plugins (for netrw)
|
|
|
syntax enable
|