Quellcode durchsuchen

Update vims runtimepath to use .nvim dir

Kevin Heinicke vor 9 Jahren
Ursprung
Commit
aeb3a91113
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      nvimrc

+ 2 - 0
nvimrc

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