Explorar el Código

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

Kevin Heinicke hace 9 años
padre
commit
b6b75533ed
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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