feat(lazy): use lazy.nvim HEAD for now till this repo is more stable

This commit is contained in:
Folke Lemaitre 2023-01-05 17:56:34 +01:00
parent a91d4a6861
commit 305328f3c3
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

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