vim: add snipmate config

feature/improve-speed
bretello 2021-03-14 16:31:57 +01:00
parent 7bdba383c6
commit b3ad761244
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 8 additions and 0 deletions

View File

@ -145,3 +145,11 @@ let g:gutentags_file_list_command = {
\ },
\ }
let g:gutentags_ctags_exclude = ['build', 'dist', '*css', '*json', '*yaml', '*md']
"" snipmate
" Silence deprecation warning
let g:snipMate = { 'snippet_version' : 1 }
" show description in snipmate's tab completion
let g:snipMate.description_in_completion = 1
let g:ackprg = 'rg --vimgrep --no-heading'