chore(build): auto-generate docs

This commit is contained in:
folke 2024-11-05 23:40:19 +00:00 committed by github-actions[bot]
parent 796d235771
commit 6b1c636ff5

View file

@ -175,8 +175,8 @@ See the example below for how to configure `snacks.nvim`.
{ "<leader>cR", function() Snacks.rename() end, desc = "Rename File" },
{ "<c-/>", function() Snacks.terminal() end, desc = "Toggle Terminal" },
{ "<c-_>", function() Snacks.terminal() end, desc = "which_key_ignore" },
{ "]]", function() Snacks.words.jump(vim.v.count1) end, desc = "Next Reference" },
{ "[[", function() Snacks.words.jump(-vim.v.count1) end, desc = "Prev Reference" },
{ "]]", function() Snacks.words.jump(vim.v.count1) end, desc = "Next Reference" },
{ "[[", function() Snacks.words.jump(-vim.v.count1) end, desc = "Prev Reference" },
{
"<leader>N",
desc = "Neovim News",