commit d97553c0cd42983796d3318a6e7ad451c46cec24 parent e841d42464c903350526e5c1905dc2a361e0668a Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Fri, 29 Nov 2024 02:39:48 -0500 ultisnips: added greek theta Diffstat:
| M | .gitmodules | | | 3 | +++ |
| M | UltiSnips/tex/greek.snippets | | | 10 | ++++++++++ |
| A | pack/thirdparty/opt/copilot.vim | | | 1 | + |
3 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -16,3 +16,6 @@ [submodule "pack/thirdparty/opt/vimtex"] path = pack/thirdparty/opt/vimtex url = https://github.com/lervag/vimtex.git +[submodule "pack/thirdparty/opt/copilot.vim"] + path = pack/thirdparty/opt/copilot.vim + url = https://github.com/github/copilot.vim diff --git a/UltiSnips/tex/greek.snippets b/UltiSnips/tex/greek.snippets @@ -147,3 +147,13 @@ context "math()" snippet ;X "\Xi" iA \Xi endsnippet + +context "math()" +snippet ;o "\theta" iA +\theta +endsnippet + +context "math()" +snippet ;O "\Theta" iA +\Theta +endsnippet diff --git a/pack/thirdparty/opt/copilot.vim b/pack/thirdparty/opt/copilot.vim @@ -0,0 +1 @@ +Subproject commit 87038123804796ca7af20d1b71c3428d858a9124