Move darkrc to end of vim runtime
This commit is contained in:
parent
9a2e1cb8e9
commit
b90e11d7df
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -1,4 +1,4 @@
|
|||
" vim: set bufhidden=delete noexpandtab tabstop=3 :miv "
|
||||
"!!! makes use of marker '
|
||||
|
||||
let &rtp=expand('<sfile>:p:h').'/vim,'.&rtp
|
||||
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
|
||||
|
|
Loading…
Reference in a new issue