Move darkrc to end of vim runtime

This commit is contained in:
Talia 2020-05-18 13:18:59 +02:00
parent 9a2e1cb8e9
commit b90e11d7df
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -1,4 +1,4 @@
" vim: set bufhidden=delete noexpandtab tabstop=3 :miv " " vim: set bufhidden=delete noexpandtab tabstop=3 :miv "
"!!! makes use of marker ' "!!! makes use of marker '
let &rtp=expand('<sfile>:p:h').'/vim,'.&rtp let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'