refactor(config): moved loading of options, keymaps and autocmds to lazyvim.config
This commit is contained in:
6
lua/lazyvim/plugins/init.lua
Normal file
6
lua/lazyvim/plugins/init.lua
Normal file
@ -0,0 +1,6 @@
|
||||
-- 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 {}
|
Reference in New Issue
Block a user