mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
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 {}
|