fix(which_key): mode width options typo (#2078)
This commit is contained in:
@@ -1103,7 +1103,7 @@ actions.which_key = function(prompt_bufnr, opts)
|
|||||||
local displayer = entry_display.create {
|
local displayer = entry_display.create {
|
||||||
separator = opts.separator,
|
separator = opts.separator,
|
||||||
items = {
|
items = {
|
||||||
{ width = opts.mode_with },
|
{ width = opts.mode_width },
|
||||||
{ width = opts.keybind_width },
|
{ width = opts.keybind_width },
|
||||||
{ width = opts.name_width },
|
{ width = opts.name_width },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user