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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user