diff options
| author | Josh <joshott16@gmail.com> | 2025-04-16 15:29:58 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-04-16 15:29:58 -0400 |
| commit | cf5afa1bb3962f9b3f2ca7f752e49ed82b5b2c4d (patch) | |
| tree | bd0ff14915ec2546a04908486353bde7de30fdae /nvim/snips/tex/symbols.lua | |
| parent | d5bdc72c83453b5c7b0d0d75028d84c6fc8a396d (diff) | |
| download | dotfiles-cf5afa1bb3962f9b3f2ca7f752e49ed82b5b2c4d.tar.gz dotfiles-cf5afa1bb3962f9b3f2ca7f752e49ed82b5b2c4d.zip | |
mathsf
Diffstat (limited to 'nvim/snips/tex/symbols.lua')
| -rw-r--r-- | nvim/snips/tex/symbols.lua | 5 |
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") }, |