Compare commits
No commits in common. "09acbb87c8d4e8640d0077eed180eda63fa48467" and "93b6ecdd505a22067ed778bd41a8dfc38f71dc99" have entirely different histories.
09acbb87c8
...
93b6ecdd50
@ -113,6 +113,7 @@ return {
|
||||
"buffer",
|
||||
"ripgrep",
|
||||
"dadbod",
|
||||
"lua-latex-symbols",
|
||||
},
|
||||
providers = {
|
||||
ripgrep = {
|
||||
@ -135,9 +136,11 @@ 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" },
|
||||
},
|
||||
@ -160,7 +163,11 @@ return {
|
||||
menu = {
|
||||
winblend = 50,
|
||||
draw = {
|
||||
padding = { 0, 1 },
|
||||
padding = 0,
|
||||
columns = {
|
||||
{ "kind_icon" },
|
||||
{ "label", "label_description", gap = 1 },
|
||||
},
|
||||
components = {
|
||||
kind_icon = {
|
||||
text = function(ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user