chore: add dependencies

This commit is contained in:
George Guimarães 2025-01-28 10:29:00 -03:00
parent 326fddd927
commit 2653f52176
No known key found for this signature in database
GPG key ID: 20E86F6F5FC22FA7

View file

@ -4,6 +4,7 @@ return {
event = "VeryLazy", event = "VeryLazy",
dependencies = { dependencies = {
"stevearc/dressing.nvim", "stevearc/dressing.nvim",
"ibhagwan/fzf-lua",
}, },
opts = { opts = {
-- Default configuration -- Default configuration
@ -28,9 +29,10 @@ return {
}, },
build = LazyVim.is_win() and "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" or "make", build = LazyVim.is_win() and "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" or "make",
}, },
{ {
"saghen/blink.cmp", "saghen/blink.cmp",
lazy = true, lazy = true,
dependencies = { "saghen/blink.compat" },
opts = { opts = {
sources = { sources = {
default = { "avante_commands", "avante_mentions", "avante_files" }, default = { "avante_commands", "avante_mentions", "avante_files" },
@ -63,7 +65,6 @@ return {
}, },
}, },
}, },
{ {
"MeanderingProgrammer/render-markdown.nvim", "MeanderingProgrammer/render-markdown.nvim",
optional = true, optional = true,