fix: blink

This commit is contained in:
2025-01-12 17:26:14 +02:00
parent e75b06b971
commit d84879ac87
3 changed files with 56 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ return {
dependencies = {
"folke/lazydev.nvim",
"echasnovski/mini.icons",
"L3MON4D3/LuaSnip",
{ "L3MON4D3/LuaSnip", version = "v2.*" },
"Saecki/crates.nvim",
"davidsierradz/cmp-conventionalcommits",
"petertriho/cmp-git", -- TODO: make this work
@@ -71,7 +71,7 @@ return {
"buffer",
"git",
"dbee",
"emoji",
"snippets",
},
providers = {
lazydev = {
@@ -113,6 +113,11 @@ return {
score_offset = 15,
opts = { insert = true },
},
jupynium = {
name = "jupynium",
module = "blink.compat.source",
score_offset = 100,
},
},
},
completion = {