mirror of
https://github.com/amix/vimrc
synced 2025-07-09 10:45:00 +08:00
.
This commit is contained in:
2
sources_non_forked/vim-snippets/snippets/vim.snippets
Normal file → Executable file
2
sources_non_forked/vim-snippets/snippets/vim.snippets
Normal file → Executable file
@ -44,7 +44,7 @@ snippet ife if ... else statement
|
||||
snippet au augroup ... autocmd block
|
||||
augroup ${1:AU_NAME}
|
||||
autocmd ${2:BufRead,BufNewFile} ${3:*.ext,*.ext3|<buffer[=N]>} ${0}
|
||||
augroup end
|
||||
augroup END
|
||||
snippet bun Vundle.vim Plugin definition
|
||||
Plugin '${0}'
|
||||
snippet plug vim-plug Plugin definition
|
||||
|
Reference in New Issue
Block a user