ultisnip scripts, autopairs and spellcheck
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
snippet sh "sh"
|
||||
\`\`\`\{bash\}
|
||||
$0
|
||||
\`\`\`
|
||||
endsnippet
|
||||
|
||||
snippet R "R"
|
||||
\`\`\`\{r\}
|
||||
$0
|
||||
\`\`\`
|
||||
endsnippet
|
||||
|
||||
snippet url "URL"
|
||||
[${1:link text}](${2:url})$0
|
||||
endsnippet
|
||||
Reference in New Issue
Block a user