feat(lazy): use lazy.nvim HEAD for now till this repo is more stable
This commit is contained in:
4
lua/lazyvim/plugins/core.lua
Normal file
4
lua/lazyvim/plugins/core.lua
Normal file
@ -0,0 +1,4 @@
|
||||
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 },
|
||||
}
|
Reference in New Issue
Block a user