summaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2025-04-16 15:29:58 -0400
committerJosh <joshott16@gmail.com>2025-04-16 15:29:58 -0400
commitcf5afa1bb3962f9b3f2ca7f752e49ed82b5b2c4d (patch)
treebd0ff14915ec2546a04908486353bde7de30fdae /nvim
parentd5bdc72c83453b5c7b0d0d75028d84c6fc8a396d (diff)
downloaddotfiles-cf5afa1bb3962f9b3f2ca7f752e49ed82b5b2c4d.tar.gz
dotfiles-cf5afa1bb3962f9b3f2ca7f752e49ed82b5b2c4d.zip
mathsf
Diffstat (limited to 'nvim')
-rw-r--r--nvim/snips/tex/symbols.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/nvim/snips/tex/symbols.lua b/nvim/snips/tex/symbols.lua
index ef64e96..98cd50e 100644
--- a/nvim/snips/tex/symbols.lua
+++ b/nvim/snips/tex/symbols.lua
@@ -261,6 +261,11 @@ return {
{ n.i(1) }),
{ condition = h.in_mathzone }
),
+ n.s({trig="msf", wordTrig=false, trigEngine="ecma", snippetType="autosnippet"},
+ n.fmta("\\mathsf{<>}",
+ { n.i(1) }),
+ { condition = h.in_mathzone }
+ ),
n.s({trig="'hb", snippetType="autosnippet"},
{ n.t("\\hbar") },