linuxware/modules/neovim/lua/plugins/blink-cmp.lua

9 lines
114 B
Lua

---@type LazySpec
return {
"Saghen/blink.cmp",
opts = {
signature = {
enabled = true,
},
},
}