1

Update generated neovim config

This commit is contained in:
2024-09-22 20:41:25 +02:00
parent 1743764e48
commit aa1271c42c
1247 changed files with 26512 additions and 15067 deletions

View File

@ -93,7 +93,7 @@ local defaults = {
-- 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.
@ -189,7 +189,7 @@ local defaults = {
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