Procházet zdrojové kódy

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

Kevin Heinicke před 9 roky
rodič
revize
b6b75533ed
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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