mirror of
https://github.com/cap153/nvim.git
synced 2026-05-11 17:35:59 +08:00
first commit
This commit is contained in:
commit
6955e90e07
61 changed files with 3641 additions and 0 deletions
9
UltiSnips/tex.snippets
Normal file
9
UltiSnips/tex.snippets
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# snip
|
||||
snippet mid "\mid \mid"
|
||||
\\mid ${1} \\mid ${0}
|
||||
endsnippet
|
||||
|
||||
snippet srt "\sqrt{}"
|
||||
\\sqrt{${1}} ${0}
|
||||
endsnippet
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue