ignore releases and follow latest commit

This commit is contained in:
akioweh 2025-07-28 21:12:13 +04:00
parent 3d8f939652
commit 935d22824a
No known key found for this signature in database

View file

@ -12,7 +12,7 @@ require("lazyvim.config").init()
return {
{ "folke/lazy.nvim", version = "*" },
{ "akioweh/LazyVim", priority = 10000, lazy = false, opts = {}, cond = true, version = "*" },
{ "akioweh/LazyVim", priority = 10000, lazy = false, opts = {}, cond = true, version = false },
{
"folke/snacks.nvim",
priority = 1000,