Set lazy.nvim to stable

This commit is contained in:
Trianta 2024-02-14 18:52:18 -06:00
parent f2702fc46b
commit 466c040aef

View File

@ -14,8 +14,10 @@ end
vim.opt.rtp:prepend(lazypath) vim.opt.rtp:prepend(lazypath)
return require('lazy').setup({ return require('lazy').setup({
-- Packer can manage itself {
"folke/lazy.nvim", "folke/lazy.nvim",
tag = "stable",
},
{ {
"folke/todo-comments.nvim", "folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" }, dependencies = { "nvim-lua/plenary.nvim" },