1
Fork 0
dots/nvim/lua/config/plugins/blink.lua
2025-04-10 00:09:50 +05:00

13 lines
261 B
Lua

return {
"saghen/blink.cmp",
version = "1.*",
opts = {
completion = {
list = {
selection = { preselect = false, auto_insert = false }
},
documentation = { auto_show = true },
ghost_text = { enabled = true }
}
}
}