diff --git a/nix/home.nix b/nix/home.nix index 718ad26..49de5f8 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -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