statusview: added ability to hide and commands
Also fixed the right panel not been draggable.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user