mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-28 17:03:48 +00:00
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 {
|
||||
separator = opts.separator,
|
||||
items = {
|
||||
{ width = opts.mode_with },
|
||||
{ width = opts.mode_width },
|
||||
{ width = opts.keybind_width },
|
||||
{ width = opts.name_width },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user