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:
parent
5ee4f93309
commit
5b37cb5875
3 changed files with 5 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue