7 lines
223 B
Lua
7 lines
223 B
Lua
-- 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 {}
|