diff --git a/README.md b/README.md index aeedef9..f7f709f 100644 --- a/README.md +++ b/README.md @@ -517,7 +517,7 @@ Any operation can be started from the UI, with a sub command or an API function: | Command | Lua | Description | -| --- | --- | --- | --- | +| --- | --- | --- | | `:Lazy build {plugins}` | `require("lazy").build(opts)` | Rebuild a plugin | | `:Lazy check [plugins]` | `require("lazy").check(opts?)` | Check for updates and show the log (git fetch) | | `:Lazy clean [plugins]` | `require("lazy").clean(opts?)` | Clean plugins that are no longer needed | diff --git a/lua/lazy/docs.lua b/lua/lazy/docs.lua index c38d047..36880a1 100644 --- a/lua/lazy/docs.lua +++ b/lua/lazy/docs.lua @@ -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