Add command to create a directory in a new category "files"

Use the alt + (left click) is tree view to create a directory and
shift + (middle click) to remove a project directory.
This commit is contained in:
Francesco Abbate
2020-12-30 11:52:26 +01:00
parent 08f36cda1f
commit f2faddbec7
3 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ end
function command.add_defaults()
local reg = { "core", "root", "command", "doc", "findreplace" }
local reg = { "core", "root", "command", "doc", "findreplace", "files" }
for _, name in ipairs(reg) do
require("core.commands." .. name)
end