admit that we don't need ctrlp with fzf

This commit is contained in:
Haak Saxberg 2019-03-02 19:34:15 -08:00
parent fc6e6054dc
commit d80062e438

View file

@ -63,7 +63,6 @@ with lib;
start = [
vim-sensible
vim-startify
ctrlp
vim-javascript
vim-ruby
vim-nix
@ -86,6 +85,7 @@ with lib;
vim-test
ale
"fzf.vim"
fzfWrapper
LanguageClient-neovim
"deoplete.nvim"
papercolor-theme
@ -94,8 +94,6 @@ with lib;
customRC = ''
filetype plugin indent on
" CtrlP
let g:ctrlp_custom_ignore="node_modules\|\.git\|_build"
" ALE
let g:ale_fix_on_save = 1