mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
use trouble qf from snacks
This commit is contained in:
parent
012306d04f
commit
01366c625a
5 changed files with 13 additions and 17 deletions
|
|
@ -1,6 +1,7 @@
|
|||
return {
|
||||
{
|
||||
'saghen/blink.cmp',
|
||||
event = "VeryLazy",
|
||||
dependencies = {
|
||||
"yetone/avante.nvim",
|
||||
'saghen/blink.compat',
|
||||
|
|
@ -35,7 +36,6 @@ return {
|
|||
"ripgrep",
|
||||
"avante_commands",
|
||||
"avante_mentions",
|
||||
"avante_files"
|
||||
},
|
||||
providers = {
|
||||
ripgrep = {
|
||||
|
|
@ -49,12 +49,6 @@ return {
|
|||
score_offset = 90,
|
||||
opts = {},
|
||||
},
|
||||
avante_files = {
|
||||
name = "avante_files",
|
||||
module = "blink.compat.source",
|
||||
score_offset = 100,
|
||||
opts = {},
|
||||
},
|
||||
avante_mentions = {
|
||||
name = "avante_mentions",
|
||||
module = "blink.compat.source",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue