diff options
| author | ottjk <joshott16@gmail.com> | 2024-07-23 14:26:40 +0200 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2024-07-23 14:26:40 +0200 |
| commit | cf906f832b5cea3ccb09d3536fdc68daa0d37f64 (patch) | |
| tree | 70e5dd12bf4c27c0535ecc51e2a1c8d8b4ff9f55 /nvim/snips | |
| parent | 091c1c215aae29f804796ce11baedfc6645e2d51 (diff) | |
| download | dotfiles-cf906f832b5cea3ccb09d3536fdc68daa0d37f64.tar.gz dotfiles-cf906f832b5cea3ccb09d3536fdc68daa0d37f64.zip | |
changes
Diffstat (limited to 'nvim/snips')
| -rw-r--r-- | nvim/snips/tex/symbols.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/snips/tex/symbols.lua b/nvim/snips/tex/symbols.lua index 5bae25d..b8a8559 100644 --- a/nvim/snips/tex/symbols.lua +++ b/nvim/snips/tex/symbols.lua @@ -225,7 +225,7 @@ return { { condition = h.in_mathzone } ), n.s({trig="'Ph", snippetType="autosnippet"}, - { n.t("\\phi") }, + { n.t("\\Phi") }, { condition = h.in_mathzone } ), n.s({trig="'vp", snippetType="autosnippet"}, |