nvim-config/lua/custom/plugins/blink.lua
2025-05-30 10:55:58 +12:00

6 lines
65 B
Lua

return {
'saghen/blink.cmp',
opts = {
fuzzy = {},
},
}