Cleanup vimrc rtp

This commit is contained in:
Bjorn Neergaard 2016-10-13 08:54:07 -05:00
parent 6e789c33b0
commit f74d4938d0
No known key found for this signature in database
GPG Key ID: D8F4DB0CE841305D
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
" Load builtin plugins
" We need this because run_vim.sh sets -i NONE
set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/testplugin
set runtimepath+=/home/ale
set runtimepath+=/vader
set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/testplugin,/vader
" The following is just an example
filetype plugin indent on