fix esc_insertmode settings not getting applied in chadrc (#422)
This commit is contained in:
parent
4fcf9524ee
commit
cafd078e8f
3 changed files with 4 additions and 8 deletions
|
@ -40,7 +40,10 @@ M.autosave = function()
|
|||
end
|
||||
|
||||
M.better_escape = function()
|
||||
local m = require("core.utils").load_config().mappings.plugin.better_escape.esc_insertmode
|
||||
|
||||
vim.g.better_escape_interval = config.options.plugin.esc_insertmode_timeout or 300
|
||||
vim.g.better_escape_shortcut = m
|
||||
end
|
||||
|
||||
M.blankline = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue