mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
5 lines
149 B
Lua
5 lines
149 B
Lua
|
return {
|
||
|
-- set to HEAD for now. I'm sill making too many changes for this repo related to lazy itself
|
||
|
{ "folke/lazy.nvim", version = false },
|
||
|
}
|