mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +02:00
feat(lazy): use lazy.nvim HEAD for now till this repo is more stable
This commit is contained in:
parent
a91d4a6861
commit
305328f3c3
1 changed files with 4 additions and 0 deletions
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 },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue