mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: update NERDTreeIgnore
This commit is contained in:
parent
e009704e75
commit
ddefba551e
|
@ -161,7 +161,10 @@ let g:gutentags_file_list_command = {
|
||||||
\ }
|
\ }
|
||||||
let g:gutentags_ctags_exclude = ['build', 'dist', '*css', '*json', '*yaml', '*md']
|
let g:gutentags_ctags_exclude = ['build', 'dist', '*css', '*json', '*yaml', '*md']
|
||||||
|
|
||||||
"" snipmate
|
"" nerdtree
|
||||||
|
let NERDTreeIgnore=['__pycache__']
|
||||||
|
|
||||||
|
" snipmate
|
||||||
" Silence deprecation warning
|
" Silence deprecation warning
|
||||||
let g:snipMate = { 'snippet_version' : 1 }
|
let g:snipMate = { 'snippet_version' : 1 }
|
||||||
" show description in snipmate's tab completion
|
" show description in snipmate's tab completion
|
||||||
|
|
Loading…
Reference in New Issue
Block a user