Sfoglia il codice sorgente

Update vims runtimepath to use .nvim dir

Kevin Heinicke 9 anni fa
parent
commit
3dd35a2319
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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')