4 lines
96 B
VimL
4 lines
96 B
VimL
set runtimepath+=~/.config/vim,~/.cache/vim
|
|
let &packpath = &runtimepath
|
|
source ~/.config/vimrc
|