move many autocommands into Explorer

This commit is contained in:
Alexander Courtis
2024-10-21 15:36:21 +11:00
parent e2e6b2b095
commit ff85d8034c
6 changed files with 124 additions and 113 deletions

View File

@@ -23,4 +23,8 @@ function RootNode:is_dotfile()
return false
end
function RootNode:destroy()
DirectoryNode.destroy(self)
end
return RootNode