소스 검색

Update vims runtimepath to use .nvim dir

Kevin Heinicke 9 년 전
부모
커밋
aeb3a91113
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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')