mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
22 lines
340 B
Lua
22 lines
340 B
Lua
return {
|
|
{
|
|
"saghen/blink.cmp",
|
|
opts = {
|
|
completion = {
|
|
ghost_text = {
|
|
enabled = false,
|
|
},
|
|
list = {
|
|
selection = {
|
|
preselect = false,
|
|
auto_insert = true,
|
|
},
|
|
},
|
|
menu = {
|
|
auto_show = false,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|