Rename esc_insertmode to better_escape
- change the plugin status name for better_escape
This commit is contained in:
parent
abcd035e89
commit
f718060260
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ return packer.startup(function()
|
|||
|
||||
use {
|
||||
"max397574/better-escape.nvim",
|
||||
disable = not plugin_settings.status.esc_insertmode,
|
||||
disable = not plugin_settings.status.better_escape,
|
||||
event = "InsertEnter",
|
||||
config = override_req("better_escape", "(plugins.configs.others).better_escape()"),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue