diff --git a/vimrc b/vimrc index cab0dab..13e92d4 100644 --- a/vimrc +++ b/vimrc @@ -1,4 +1,6 @@ " vim: set bufhidden=delete noexpandtab tabstop=3 :miv " "!!! makes use of marker ' +" Set up the runtime path +set runtimepath=$VIMRUNTIME,$HOME/.config/nvim let &rtp=&rtp.','.expand(':p:h').'/vim'