Parcourir la source

Update vims runtimepath to use .nvim dir

Kevin Heinicke il y a 9 ans
Parent
commit
3dd35a2319
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      nvimrc

+ 2 - 0
nvimrc

@@ -1,3 +1,5 @@
+let &rtp = "~/.nvim" . "," . &rtp
+
 " set the runtime path to include Vundle and initialize
 " set the runtime path to include Vundle and initialize
 call plug#begin('~/.nvim/plugged')
 call plug#begin('~/.nvim/plugged')