nvim-config/my_snippets/all.snippets
2025-08-10 20:24:22 +00:00

8 lines
108 B
Plaintext

snippet "(?<!\w)ltx" "LaTeX symbol" r
LaTeX
endsnippet
snippet arw "Right-pointed arrow"
--> $1
endsnippet