瀏覽代碼

CTRLP.VIM! Why did I not have this before?!

Kevin Heinicke 9 年之前
父節點
當前提交
b6b75533ed
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      nvimrc

+ 1 - 0
nvimrc

@@ -32,6 +32,7 @@ Plug 'atelierbram/vim-colors_atelier-schemes'
 Plug 'baeuml/summerfruit256.vim'
 Plug 'altercation/vim-colors-solarized'
 Plug 'mattn/emmet-vim'
+Plug 'kien/ctrlp.vim'
 
 " All of your Plugins must be added before the following line
 call plug#end()  " required