Improve perform
This commit is contained in:
@@ -9,7 +9,6 @@ return {
|
||||
{
|
||||
"Saghen/blink.cmp",
|
||||
opts = {
|
||||
|
||||
keymap = {
|
||||
preset = "default",
|
||||
["<C-f>"] = false,
|
||||
@@ -19,26 +18,34 @@ return {
|
||||
term = {
|
||||
enabled = false,
|
||||
},
|
||||
source = {
|
||||
providers = {
|
||||
snippets = {
|
||||
opts = {
|
||||
friendly_snippets = {
|
||||
enable = false,
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
completion = {
|
||||
list = {
|
||||
selection = {
|
||||
preselect = true,
|
||||
-- auto_insert = true,
|
||||
},
|
||||
inlay_hints = {
|
||||
enabled = false,
|
||||
in_insert = false,
|
||||
}
|
||||
},
|
||||
ghost_text = {
|
||||
enabled = false,
|
||||
},
|
||||
menu = {
|
||||
auto_show = function(ctx) return ctx.mode ~= "cmdline" end,
|
||||
auto_show = true,
|
||||
auto_show_delay_ms = 0,
|
||||
draw = {
|
||||
columns = {
|
||||
{ "kind_icon", "label", gap = 1 },
|
||||
{ "kind", gap = 1},
|
||||
{ "kind", gap = 1 },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user