dotfiles/nvim/my_snippets/all.snippets
2026-06-02 08:20:14 +02:00

7 lines
108 B
Text

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