statusview: added ability to hide and commands

Also fixed the right panel not been draggable.
This commit is contained in:
jgmdev
2022-03-11 17:23:16 -04:00
parent e08353ea08
commit 620b669517
3 changed files with 117 additions and 4 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ end
function command.add_defaults()
local reg = {
"core", "root", "command", "doc", "findreplace",
"files", "drawwhitespace", "dialog", "log"
"files", "drawwhitespace", "dialog", "log", "statusbar"
}
for _, name in ipairs(reg) do
require("core.commands." .. name)