Comment out broken vim config
This commit is contained in:
+7
-6
@@ -74,12 +74,13 @@ set wildignore+=*.swp,*.pyc,*.class,.tox
|
|||||||
let g:ctrlp_working_path_mode = 'arc'
|
let g:ctrlp_working_path_mode = 'arc'
|
||||||
let g:ctrlp_switch_buffer = 0
|
let g:ctrlp_switch_buffer = 0
|
||||||
let g:ctrlp_cmd = 'CtrlPMixed'
|
let g:ctrlp_cmd = 'CtrlPMixed'
|
||||||
let g:ctrlp_user_command = {
|
let g:ctrlp_show_hidden = 1
|
||||||
\'types': {
|
"let g:ctrlp_user_command = {
|
||||||
\1: ['.git', '${pkgs.git}/bin/git ls-files --cached --exclude-standard --others' ],
|
" \'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/"'
|
" \},
|
||||||
\}
|
" \'fallback': '${pkgs.findutils}/bin/find . -type f | ${pkgs.gnugrep}/bin/grep -v -e "\.tox/" -e "\.git/"'
|
||||||
|
"\}
|
||||||
" let g:ctrpl_match_func = { 'match': 'pymatcher#PyMatch' }
|
" let g:ctrpl_match_func = { 'match': 'pymatcher#PyMatch' }
|
||||||
|
|
||||||
" Settings for NerdTree
|
" Settings for NerdTree
|
||||||
|
|||||||
Reference in New Issue
Block a user