Update generated neovim config
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -29,7 +29,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.
|
||||
@ -125,7 +125,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
|
||||
|
||||
@ -445,7 +445,7 @@ function M.show()
|
||||
keys[#keys + 1] = { key = "<bs>", desc = "back" }
|
||||
end
|
||||
if opts.height < text:height() then
|
||||
keys[#keys + 1] = { key = "<c-d>/<c-u>", desc = "scroll" }
|
||||
keys[#keys + 1] = { key = Config.keys.scroll_down .. "/" .. Config.keys.scroll_up, desc = "scroll" }
|
||||
end
|
||||
local help = Text.new()
|
||||
for k, key in ipairs(keys) do
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
#!/nix/store/4bj2kxdm1462fzcc2i2s4dn33g2angcc-bash-5.2p32/bin/bash
|
||||
#!/nix/store/izpf49b74i15pcr9708s3xdwyqs4jxwl-bash-5.2p32/bin/bash
|
||||
|
||||
nvim -u tests/minit.lua -l lua/which-key/docs.lua
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
#!/nix/store/4bj2kxdm1462fzcc2i2s4dn33g2angcc-bash-5.2p32/bin/bash
|
||||
#!/nix/store/izpf49b74i15pcr9708s3xdwyqs4jxwl-bash-5.2p32/bin/bash
|
||||
|
||||
nvim -l tests/minit.lua --minitest
|
||||
|
||||
Reference in New Issue
Block a user