1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

vim: add snipmate plug dependency

This commit is contained in:
bretello 2021-01-15 01:43:43 +01:00
parent 79dcf5e973
commit 4ef43fed16
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -40,6 +40,7 @@ Plug 'https://github.com/nathanaelkane/vim-indent-guides'
Plug 'https://github.com/MarcWeber/vim-addon-mw-utils'
Plug 'https://github.com/tomtom/tlib_vim'
Plug 'https://github.com/garbas/vim-snipmate'
Plug 'https://github.com/honza/vim-snippets'
" Git gutter line
Plug 'https://github.com/airblade/vim-gitgutter'