chore(nvim): replace cmp with blink.cmp

This commit is contained in:
Afonso Franco 2024-12-18 22:51:27 +00:00
parent 795eabab7b
commit 7bb2561224
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
4 changed files with 62 additions and 153 deletions

View file

@ -42,7 +42,7 @@ return {
},
},
completion = {
nvim_cmp = true,
nvim_cmp = false,
min_chars = 2,
},
picker = {