We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d8a666 + 71ac9c8 commit 27189f6Copy full SHA for 27189f6
snippets/vim.snippets
@@ -46,5 +46,7 @@ snippet au
46
" this one is which you're most likely to use?
47
autocmd ${2:BufRead,BufNewFile} ${3:*.ext,*.ext3|<buffer[=N]>} ${0}
48
augroup end
49
-snippet bun
50
- Bundle '${0}'
+snippet bun Vundle.vim Plugin definition
+ Plugin '${0}'
51
+snippet plug Vundle.vim Plugin definition
52
0 commit comments