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