Files
AstroConfig/init.lua
2023-12-09 23:30:29 +01:00

5 lines
142 B
Lua

-- bootstrap lazy.nvim, AstroNvim, and user plugins
require("config.lazy")
-- run polish file at the very end
pcall(require, "config.polish")