mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
ignore releases and follow latest commit
This commit is contained in:
parent
3d8f939652
commit
935d22824a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue