all repos

init.lua @ 2ee0934

my nvim config
2 files changed, 6 insertions(+), 5 deletions(-)
Delete better-escape plugin
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-20 12:33:09 +0200
Parent: 2330b3d
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",