1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-21 16:48:35 +02:00

vim: add snipmate config

This commit is contained in:
bretello 2021-03-14 16:31:57 +01:00
parent 7bdba383c6
commit b3ad761244
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -145,3 +145,11 @@ 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
" 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'