diff options
Diffstat (limited to 'test/vimrc')
-rw-r--r-- | test/vimrc | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,7 +1,10 @@ +" vint: -ProhibitSetNoCompatible + " Load builtin plugins " We need this because run_vim.sh sets -i NONE -set rtp=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/home/vim/after -set rtp+=/vader +set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/home/vim/after +set runtimepath+=/home/ale +set runtimepath+=/vader " The following is just an example filetype plugin indent on @@ -18,4 +21,4 @@ set foldlevelstart=10 set foldnestmax=10 set ttimeoutlen=0 -let mapleader=',' +let g:mapleader=',' |