Created
July 30, 2014 22:39
-
-
Save suhaotian/c375c2acaecc24e45399 to your computer and use it in GitHub Desktop.
A better brackets snippet that only tab complete replace vim plugins which auto-close or auto-paris ..
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#require:vim +snipmate +snippets | |
#usage: | |
#copy it to your ~/.vim/snippets/_.snippets :) | |
snippet ' | |
'${1}'${0} | |
snippet [ | |
[${1}]${0} | |
snippet " | |
"${1}"${0} | |
snippet { | |
{ | |
${1} | |
}${0} | |
snippet ( | |
(${1})${0} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment