Explorar o código

Update vims runtimepath to use .nvim dir

Kevin Heinicke %!s(int64=9) %!d(string=hai) anos
pai
achega
3dd35a2319
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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')