mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-17 17:23:24 +02:00
chore: add dependencies
This commit is contained in:
parent
326fddd927
commit
2653f52176
1 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue