feat: Configure blink.cmp
This commit is contained in:
parent
4b8c4ae091
commit
7643ed1550
1 changed files with 13 additions and 0 deletions
13
lua/plugins/blink-cmp.lua
Normal file
13
lua/plugins/blink-cmp.lua
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
'saghen/blink.cmp',
|
||||||
|
|
||||||
|
---@module 'blink.cmp'
|
||||||
|
---@type blink.cmp.Config
|
||||||
|
opts = {
|
||||||
|
ghost_text = {
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue