Greatly reduce vim runtimepath
This commit is contained in:
parent
206ec2fd30
commit
84f4e2b7df
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -1,4 +1,6 @@
|
||||||
" vim: set bufhidden=delete noexpandtab tabstop=3 :miv "
|
" vim: set bufhidden=delete noexpandtab tabstop=3 :miv "
|
||||||
"!!! makes use of marker '
|
"!!! makes use of marker '
|
||||||
|
|
||||||
|
" Set up the runtime path
|
||||||
|
set runtimepath=$VIMRUNTIME,$HOME/.config/nvim
|
||||||
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
|
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
|
||||||
|
|
Loading…
Reference in a new issue