Rename esc_insertmode to better_escape

- change the plugin status name for better_escape
navigator
Sravanth C 3 years ago committed by siduck
parent abcd035e89
commit f718060260

@ -62,7 +62,7 @@ M.plugins = {
colorizer = false, -- color RGB, HEX, CSS, NAME color codes colorizer = false, -- color RGB, HEX, CSS, NAME color codes
comment = true, -- easily (un)comment code, language aware comment = true, -- easily (un)comment code, language aware
dashboard = false, dashboard = false,
esc_insertmode = true, -- map to <ESC> with no lag better_escape = true, -- map to <ESC> with no lag
feline = true, -- statusline feline = true, -- statusline
gitsigns = true, gitsigns = true,
lspsignature = true, -- lsp enhancements lspsignature = true, -- lsp enhancements

@ -116,7 +116,7 @@ return packer.startup(function()
use { use {
"max397574/better-escape.nvim", "max397574/better-escape.nvim",
disable = not plugin_settings.status.esc_insertmode, disable = not plugin_settings.status.better_escape,
event = "InsertEnter", event = "InsertEnter",
config = override_req("better_escape", "(plugins.configs.others).better_escape()"), config = override_req("better_escape", "(plugins.configs.others).better_escape()"),
} }

Loading…
Cancel
Save