We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba34b3 commit 722754cCopy full SHA for 722754c
snippets/vim.snippets
@@ -45,6 +45,11 @@ snippet au augroup ... autocmd block
45
augroup ${1:AU_NAME}
46
autocmd ${2:BufRead,BufNewFile} ${3:*.ext,*.ext3|<buffer[=N]>} ${0}
47
augroup END
48
+snippet auv augroupvisual ... autocmd block with visual placeholder
49
+ augroup ${1:AU_NAME}
50
+ autocmd!
51
+ ${0:${VISUAL}}
52
+ augroup END
53
snippet bun Vundle.vim Plugin definition
54
Plugin '${0}'
55
snippet plug vim-plug Plugin definition
0 commit comments