ultisnip scripts, autopairs and spellcheck

This commit is contained in:
hollorol
2024-07-30 22:59:49 +02:00
parent 2f5c1137ff
commit 1fa37d6e39
23 changed files with 355 additions and 1 deletions
+15
View File
@@ -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