fix(nvim): only show latex completions when hitting \ in blink

This commit is contained in:
Price Hiller 2024-12-22 18:05:12 -06:00
parent 93b6ecdd50
commit 8d7bd2821a
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -113,7 +113,6 @@ return {
"buffer",
"ripgrep",
"dadbod",
"lua-latex-symbols",
},
providers = {
ripgrep = {
@ -136,11 +135,9 @@ return {
["lua-latex-symbols"] = {
name = "lua-latex-symbols",
module = "blink.compat.source",
max_items = 5,
opts = {
cache = true,
},
score_offset = -3,
},
dadbod = { name = "Dadbod", module = "vim_dadbod_completion.blink" },
},