nvim/lua/plugins/blink.lua
2025-06-25 13:39:51 +10:00

11 lines
266 B
Lua

return {
"saghen/blink.cmp",
event = "VeryLazy",
opts = {
fuzzy = { implementation = "lua" },
completion = { documentation = { auto_show = true } },
signature = { enabled = true }
},
opts_extend = { "sources.default" }
}