mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-16 04:14:37 +02:00
feat: add snacks
This commit is contained in:
parent
fa3739678a
commit
39dca19a3f
2 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,7 @@ return {
|
|||
library = {
|
||||
{ path = "luvit-meta/library", words = { "vim%.uv" } },
|
||||
{ path = "LazyVim", words = { "LazyVim" } },
|
||||
{ path = "snacks.nvim", words = { "Snacks" } },
|
||||
{ path = "lazy.nvim", words = { "LazyVim" } },
|
||||
},
|
||||
},
|
||||
|
|
|
@ -13,4 +13,5 @@ require("lazyvim.config").init()
|
|||
return {
|
||||
{ "folke/lazy.nvim", version = "*" },
|
||||
{ "LazyVim/LazyVim", priority = 10000, lazy = false, opts = {}, cond = true, version = "*" },
|
||||
{ "folke/snacks.nvim", lazy = false, opts = {} },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue