LazyVim.LazyVim/lua/lazyvim/plugins/init.lua

7 lines
223 B
Lua
Raw Normal View History

-- load options here, before lazy init while sourcing plugin modules
-- this is needed to make sure options will be correctly applied
-- after installing missing plugins
require("lazyvim.config").load("options")
return {}