From 9f76a9040319e513615657dc235609f8ccc3000e Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 11 May 2022 23:59:28 -0500 Subject: [PATCH] Comment out broken vim config --- home/vim.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/home/vim.nix b/home/vim.nix index afa1672..45e1781 100644 --- a/home/vim.nix +++ b/home/vim.nix @@ -74,12 +74,13 @@ set wildignore+=*.swp,*.pyc,*.class,.tox let g:ctrlp_working_path_mode = 'arc' let g:ctrlp_switch_buffer = 0 let g:ctrlp_cmd = 'CtrlPMixed' -let g:ctrlp_user_command = { - \'types': { - \1: ['.git', '${pkgs.git}/bin/git ls-files --cached --exclude-standard --others' ], - \}, - \'fallback': '${pkgs.findutils}/bin/find . -type f | ${pkgs.gnugrep}/bin/grep -v -e "\.tox/" -e "\.git/"' -\} +let g:ctrlp_show_hidden = 1 +"let g:ctrlp_user_command = { +" \'types': { +" \1: ['.git', '${pkgs.git}/bin/git ls-files --cached --exclude-standard --others' ], +" \}, +" \'fallback': '${pkgs.findutils}/bin/find . -type f | ${pkgs.gnugrep}/bin/grep -v -e "\.tox/" -e "\.git/"' +"\} " let g:ctrpl_match_func = { 'match': 'pymatcher#PyMatch' } " Settings for NerdTree