1
0
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:
bretello 2021-08-09 18:37:58 +02:00
parent e009704e75
commit ddefba551e

View File

@ -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