summaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
authorottjk <joshott16@gmail.com>2024-07-23 14:26:40 +0200
committerottjk <joshott16@gmail.com>2024-07-23 14:26:40 +0200
commitcf906f832b5cea3ccb09d3536fdc68daa0d37f64 (patch)
tree70e5dd12bf4c27c0535ecc51e2a1c8d8b4ff9f55 /nvim
parent091c1c215aae29f804796ce11baedfc6645e2d51 (diff)
downloaddotfiles-cf906f832b5cea3ccb09d3536fdc68daa0d37f64.tar.gz
dotfiles-cf906f832b5cea3ccb09d3536fdc68daa0d37f64.zip
changes
Diffstat (limited to 'nvim')
-rw-r--r--nvim/lua/plugins.lua1
-rw-r--r--nvim/snips/tex/symbols.lua2
2 files changed, 1 insertions, 2 deletions
diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua
index 49532d3..183a763 100644
--- a/nvim/lua/plugins.lua
+++ b/nvim/lua/plugins.lua
@@ -25,7 +25,6 @@ require("lazy").setup({
'hrsh7th/cmp-cmdline',
'saadparwaiz1/cmp_luasnip',
'feline-nvim/feline.nvim',
- 'tpope/vim-fugitive',
'axvr/zepl.vim',
'lervag/vimtex',
'ixru/nvim-markdown',
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"},