Improve perform

This commit is contained in:
huyjaky
2025-10-26 16:37:04 +07:00
parent bad1ed5cb2
commit 3eda456458
5 changed files with 28 additions and 26 deletions

View File

@@ -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 },
},
},
},