Updated plugins. Added vim-golang as a mode
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
priority -50
|
||||
|
||||
snippet xml "XML declaration" b
|
||||
<?xml version="1.0"?>
|
||||
|
||||
endsnippet
|
||||
|
||||
snippet t "Simple tag" b
|
||||
<${1:tag}>
|
||||
${2:content}
|
||||
|
||||
Reference in New Issue
Block a user