5 lines
141 B
Lua
5 lines
141 B
Lua
-- bootstrap lazy.nvim, AstroNvim, and user plugins
|
|
require "config.lazy"
|
|
-- run polish file at the very end
|
|
pcall(require, "config.polish")
|