Update generated neovim config
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
*which-key.nvim.txt* For Neovim Last change: 2024 July 24
|
||||
*which-key.nvim.txt* For Neovim Last change: 2024 August 31
|
||||
|
||||
==============================================================================
|
||||
Table of Contents *which-key.nvim-table-of-contents*
|
||||
@ -115,7 +115,7 @@ Default Options ~
|
||||
-- Check the docs for more info.
|
||||
---@type wk.Spec
|
||||
triggers = {
|
||||
{ "<auto>", mode = "nxsot" },
|
||||
{ "<auto>", mode = "nxso" },
|
||||
},
|
||||
-- Start hidden and wait for a key to be pressed before showing the popup
|
||||
-- Only used by enabled xo mapping modes.
|
||||
@ -211,7 +211,7 @@ Default Options ~
|
||||
group = "+", -- symbol prepended to a group
|
||||
ellipsis = "…",
|
||||
-- set to false to disable all mapping icons,
|
||||
-- both those explicitely added in a mapping
|
||||
-- both those explicitly added in a mapping
|
||||
-- and those from rules
|
||||
mappings = true,
|
||||
--- See `lua/which-key/icons.lua` for more details
|
||||
|
||||
Reference in New Issue
Block a user