mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
refactor: move LazyVim init to core
This commit is contained in:
parent
bd4f350503
commit
2321847e72
3 changed files with 3 additions and 9 deletions
|
@ -1,8 +1,4 @@
|
|||
-- only add for >=9.0.1, since there's an endless loop in earlier versions
|
||||
if not require("lazyvim.config").has(">=9.1.0") then
|
||||
require("lazyvim.config").setup()
|
||||
return {}
|
||||
end
|
||||
require("lazyvim.config").init()
|
||||
|
||||
return {
|
||||
{ "folke/lazy.nvim", version = "*" },
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
require("lazyvim.config").init()
|
||||
|
||||
return {}
|
Loading…
Add table
Add a link
Reference in a new issue