From 4ef43fed1618aa83a1e5cc0ff0682bb816bbd3f8 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 15 Jan 2021 01:43:43 +0100 Subject: [PATCH] vim: add snipmate plug dependency --- vim/plugs.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/plugs.vim b/vim/plugs.vim index 8770d52..ae6a610 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -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'