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