Set lazy.nvim to stable
This commit is contained in:
parent
f2702fc46b
commit
466c040aef
@ -14,8 +14,10 @@ end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
return require('lazy').setup({
|
||||
-- Packer can manage itself
|
||||
"folke/lazy.nvim",
|
||||
{
|
||||
"folke/lazy.nvim",
|
||||
tag = "stable",
|
||||
},
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
|
Loading…
Reference in New Issue
Block a user