mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +00:00
docs: fix commands table. Fixes #1393
This commit is contained in:
parent
e753eb6025
commit
f61ca6ec70
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ function M.commands()
|
|||
modes.load.opts = true
|
||||
local lines = {
|
||||
{ "Command", "Lua", "Description" },
|
||||
{ "---", "---", "---", "---" },
|
||||
{ "---", "---", "---" },
|
||||
}
|
||||
Util.foreach(modes, function(name, mode)
|
||||
if commands[name] then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue