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 | |
| parent | 091c1c215aae29f804796ce11baedfc6645e2d51 (diff) | |
| download | dotfiles-cf906f832b5cea3ccb09d3536fdc68daa0d37f64.tar.gz dotfiles-cf906f832b5cea3ccb09d3536fdc68daa0d37f64.zip | |
changes
| -rw-r--r-- | keybs/kanata.kbd | 2 | ||||
| -rw-r--r-- | nvim/lua/plugins.lua | 1 | ||||
| -rw-r--r-- | nvim/snips/tex/symbols.lua | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/keybs/kanata.kbd b/keybs/kanata.kbd index f58be9b..4bedfd1 100644 --- a/keybs/kanata.kbd +++ b/keybs/kanata.kbd @@ -94,7 +94,7 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ @cop @pop @pcl _ _ left down up rght _ _ _ _ _ S-] _ _ _ home end _ _ _ _ _ _ _ _ _ _ _ _ _ _ - _ _ ret _ _ _ + _ _ _ _ _ _ ) (deflayer numbers 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"}, |