Improve perform
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user