cleanup
This commit is contained in:
parent
d619d03e56
commit
003d871cdd
3 changed files with 18 additions and 0 deletions
9
lua/custom/plugins/blink.lua
Normal file
9
lua/custom/plugins/blink.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'saghen/blink.cmp',
|
||||
opts = {
|
||||
fuzzy = {
|
||||
engine = 'lua', -- prevent warning about native lib
|
||||
max_distance = 2,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue