From cf906f832b5cea3ccb09d3536fdc68daa0d37f64 Mon Sep 17 00:00:00 2001 From: ottjk Date: Tue, 23 Jul 2024 14:26:40 +0200 Subject: changes --- nvim/lua/plugins.lua | 1 - nvim/snips/tex/symbols.lua | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'nvim') 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"}, -- cgit v1.3