This commit is contained in:
Chris
2026-05-06 09:30:50 +01:00
parent 35e45b9fd5
commit 1768a69cf1
3 changed files with 15 additions and 1 deletions
+7 -1
View File
@@ -52,10 +52,16 @@ return {
},
sources = {
default = { 'lsp', 'path', 'snippets', 'lazydev' },
default = { 'lsp', 'path', 'snippets', 'lazydev', 'blade-nav' },
providers = {
lazydev = { module = 'lazydev.integrations.blink', score_offset = 100 },
-- avante = { module = 'blink-cmp-avante', name = 'Avante', opts = {} },
['blade-nav'] = {
module = 'blade-nav.blink',
opts = {
clost_tag_on_complete = false,
},
},
},
per_filetype = {
codecompanion = { 'codecompanion' },