chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-10-12 05:19:35 +00:00
parent 43c284a578
commit 84ae36f30d
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 October 11 *lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 October 12
============================================================================== ==============================================================================
Table of Contents *lazy.nvim-table-of-contents* Table of Contents *lazy.nvim-table-of-contents*
@ -476,7 +476,7 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
-- You can define custom key maps here. If present, the description will -- You can define custom key maps here. If present, the description will
-- be shown in the help menu. -- be shown in the help menu.
-- To disable one of the defaults, set it to false. -- To disable one of the defaults, set it to false.
["<localleader>l"] = { ["<localleader>l"] = {
function(plugin) function(plugin)
require("lazy.util").float_term({ "lazygit", "log" }, { require("lazy.util").float_term({ "lazygit", "log" }, {
@ -485,7 +485,7 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
end, end,
desc = "Open lazygit log", desc = "Open lazygit log",
}, },
["<localleader>t"] = { ["<localleader>t"] = {
function(plugin) function(plugin)
require("lazy.util").float_term(nil, { require("lazy.util").float_term(nil, {