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

(cherry picked from commit bb8db6eda2)
This commit is contained in:
Nicholas Hoffman
2022-07-22 18:22:30 +02:00
committed by Simon Hauser
parent 5e7f6911f2
commit 2642968388
+1 -1
View File
@@ -1103,7 +1103,7 @@ actions.which_key = function(prompt_bufnr, opts)
local displayer = entry_display.create {
separator = opts.separator,
items = {
{ width = opts.mode_with },
{ width = opts.mode_width },
{ width = opts.keybind_width },
{ width = opts.name_width },
},