admit that we don't need ctrlp with fzf
This commit is contained in:
parent
fc6e6054dc
commit
d80062e438
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue