Improve perform

This commit is contained in:
huyjaky
2025-10-26 18:14:56 +07:00
parent 3eda456458
commit 1f7fda6f21
6 changed files with 25 additions and 11 deletions

View File

@@ -9,6 +9,9 @@ return {
{
"Saghen/blink.cmp",
opts = {
signature = {
enabled = false,
},
keymap = {
preset = "default",
["<C-f>"] = false,
@@ -25,9 +28,9 @@ return {
friendly_snippets = {
enable = false,
},
}
}
}
},
},
},
},
completion = {
list = {
@@ -53,7 +56,7 @@ return {
auto_brackets = { enabled = false },
},
documentation = {
auto_show = false,
auto_show = true,
auto_show_delay_ms = 0,
window = {
border = "rounded",