Browse Source

Update vims runtimepath to use .nvim dir

Kevin Heinicke 9 năm trước cách đây
mục cha
commit
aeb3a91113
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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')