-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.lua
15 lines (14 loc) · 1.09 KB
/
init.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- ╭─────────────────────────────────────────────────────────╮
-- │ Separation of concerns │
-- │ The package manager: │
-- │ Retrieve and load plugins │
-- │ See ak.deps │
-- │ │
-- │ The config section: │
-- │ All setup │
-- │ See ak.config │
-- ╰─────────────────────────────────────────────────────────╯
return function(opts)
-- local plugin_manager = vim.env.AK_BOOT -- only mini.deps...
require("ak.mini_deps")(opts)
end