fix #1188 | remove options that already have default vim values | remove better-escape.nvim as it feels un-needed, ESC or Ctrl c can be used for escaping normal mode or just map jk to ESC

This commit is contained in:
siduck 2022-06-10 17:24:02 +05:30
parent 5ee4f93309
commit 5b37cb5875
3 changed files with 5 additions and 11 deletions

View file

@ -107,12 +107,7 @@ local plugins = {
end,
},
["max397574/better-escape.nvim"] = {
event = "InsertCharPre",
config = function()
require("plugins.configs.others").better_escape()
end,
},
-- load luasnips + cmp related in insert mode only