2 files changed,
6 insertions(+),
5 deletions(-)
jump to
| M | lua/keymapings.lua |
| M | lua/plugin.lua |
M
lua/keymapings.lua
@@ -8,6 +8,7 @@ end
-- Mappings map("n", "<C-s>", "<cmd>write!<cr>") +map("i", "jk", "<esc>") expr("i", "<C-j>", 'pumvisible() ? "\\<down>" : "\\<C-j>"') expr("i", "<C-k>", 'pumvisible() ? "\\<up>" : "\\<C-k>"')
M
lua/plugin.lua
@@ -88,11 +88,11 @@ "rafamadriz/friendly-snippets",
}, } - use { - "max397574/better-escape.nvim", - event = "InsertEnter", - config = get_config "better_escape", - } + -- use { + -- "max397574/better-escape.nvim", + -- event = "InsertEnter", + -- config = get_config "better_escape", + -- } use { "nvim-treesitter/nvim-treesitter",