summaryrefslogtreecommitdiff
path: root/nvim/snips/tex/symbols.lua
diff options
context:
space:
mode:
authorJosh <joshott16@gmail.com>2024-12-04 19:29:50 -0500
committerJosh <joshott16@gmail.com>2024-12-04 19:29:50 -0500
commit7fc4c2f63681b165e5a3691d1c63245ff36c1de7 (patch)
tree00cd70fa8198026c06018a2655112479a5ff0eff /nvim/snips/tex/symbols.lua
parent76bc42fb3d188b85f11aac508bcc5628e447f02a (diff)
downloaddotfiles-7fc4c2f63681b165e5a3691d1c63245ff36c1de7.tar.gz
dotfiles-7fc4c2f63681b165e5a3691d1c63245ff36c1de7.zip
tex and sway screenshot
Diffstat (limited to 'nvim/snips/tex/symbols.lua')
-rw-r--r--nvim/snips/tex/symbols.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/nvim/snips/tex/symbols.lua b/nvim/snips/tex/symbols.lua
index 7fff090..fe7f1f1 100644
--- a/nvim/snips/tex/symbols.lua
+++ b/nvim/snips/tex/symbols.lua
@@ -251,6 +251,16 @@ return {
{ n.i(1) }),
{ condition = h.in_mathzone }
),
+ n.s({trig="mfr", wordTrig=false, trigEngine="ecma", snippetType="autosnippet"},
+ n.fmta("\\mathfrak{<>}",
+ { n.i(1) }),
+ { condition = h.in_mathzone }
+ ),
+ n.s({trig="mrm", wordTrig=false, trigEngine="ecma", snippetType="autosnippet"},
+ n.fmta("\\mathrm{<>}",
+ { n.i(1) }),
+ { condition = h.in_mathzone }
+ ),
n.s({trig="'hb", snippetType="autosnippet"},
{ n.t("\\hbar") },