4 lines
93 B
VimL
4 lines
93 B
VimL
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
|
let &packpath=&runtimepath
|
|
source ~/.vimrc
|