Added snippet bun for vim
This commit is contained in:
parent
55496d5032
commit
54ff2a1354
@ -41,3 +41,5 @@ snippet au
|
|||||||
" this one is which you're most likely to use?
|
" this one is which you're most likely to use?
|
||||||
autocmd ${2:BufRead,BufNewFile} ${3:*.ext,*.ext3|<buffer[=N]>} ${4}
|
autocmd ${2:BufRead,BufNewFile} ${3:*.ext,*.ext3|<buffer[=N]>} ${4}
|
||||||
augroup end
|
augroup end
|
||||||
|
snippet bun
|
||||||
|
Bundle '${1}'
|
||||||
|
Loading…
Reference in New Issue
Block a user