mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
6 lines
223 B
Lua
6 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 {}
|