diff --git a/snippets/vim.snippets b/snippets/vim.snippets index 8e8093b..c1b802a 100644 --- a/snippets/vim.snippets +++ b/snippets/vim.snippets @@ -46,5 +46,7 @@ snippet au " this one is which you're most likely to use? autocmd ${2:BufRead,BufNewFile} ${3:*.ext,*.ext3|} ${0} augroup end -snippet bun - Bundle '${0}' +snippet bun Vundle.vim Plugin definition + Plugin '${0}' +snippet plug Vundle.vim Plugin definition + Plugin '${0}'