mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
refactor(config): moved loading of options, keymaps and autocmds to lazyvim.config
This commit is contained in:
parent
7b943822db
commit
dcf520f3a7
4 changed files with 38 additions and 34 deletions
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 {}
|
Loading…
Add table
Add a link
Reference in a new issue