fix(which_key): mode width options typo (#2078)

This commit is contained in:
Nicholas Hoffman
2022-07-21 01:22:51 -05:00
committed by GitHub
parent 8c56301720
commit bb8db6eda2

View File

@@ -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 },
}, },