diff options
| author | Nanderty <psopka@sopka.ch> | 2023-03-26 16:04:40 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2023-03-26 16:04:40 +0200 |
| commit | ef44657937474145403c2b441b862035914d6a44 (patch) | |
| tree | cefeca8f30c2b8b16dd7b7ed877310a0f181fba0 /Snippets/tex/greek.lua | |
| parent | 063c2d97218cdabe0634054a8038cd6b5c9a9a12 (diff) | |
| download | neovim-config-ef44657937474145403c2b441b862035914d6a44.tar.gz neovim-config-ef44657937474145403c2b441b862035914d6a44.tar.bz2 neovim-config-ef44657937474145403c2b441b862035914d6a44.zip | |
Snippets
Diffstat (limited to 'Snippets/tex/greek.lua')
| -rw-r--r-- | Snippets/tex/greek.lua | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Snippets/tex/greek.lua b/Snippets/tex/greek.lua deleted file mode 100644 index ebcabfe..0000000 --- a/Snippets/tex/greek.lua +++ /dev/null @@ -1,18 +0,0 @@ -local in_mathzone = function() - return vim.fn['vimtex#syntax#in_mathzone']() == 1 -end - -return { - s({ trig = "pi", snippetType = "autosnippet" }, - { - t("\\pi"), - }, - { condition = in_mathzone } - ), - s({ trig = "0eps", snippetType = "autosnippet" }, - { - t("\\epsilon_0"), - }, - { condition = in_mathzone } - ), -} |
