1
0
Fork 0
mirror of https://github.com/LazyVim/LazyVim.git synced 2025-07-07 07:54:38 +02:00
LazyVim.LazyVim/lua/lazyvim/plugins/core.lua

5 lines
149 B
Lua
Raw Normal View History

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 },
}