update:restructure

This commit is contained in:
2026-04-15 12:00:40 +09:00
parent 28f36fc9ac
commit dc247c17af
18 changed files with 97 additions and 146 deletions

View File

@@ -1,7 +1,7 @@
vim.loader.enable()
-- pack hooks/commands should be defined before plugin modules run
require("utils.pack").setup()
require("commands.pack").setup()
-- editor settings and non-plugin keymaps
require("settings.options")