mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: add snipmate config
This commit is contained in:
parent
7bdba383c6
commit
b3ad761244
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user