nvim: Remove blink-cmp version pinning
Everything is working well again with newer versions of blink-cmp. And the development velocity is crazy, we are already two major versions ahead. Some breaking changes but seemingly nothing that my relatively simple configuration is affected by.
This commit is contained in:
parent
71c5ac3f19
commit
7306d860b7
2 changed files with 1 additions and 2 deletions
nvim/.config/nvim
|
@ -3,7 +3,7 @@
|
|||
"FixCursorHold.nvim": { "branch": "master", "commit": "1900f89dc17c603eec29960f57c00bd9ae696495" },
|
||||
"Navigator.nvim": { "branch": "master", "commit": "91d86506ac2a039504d5205d32a1d4bc7aa57072" },
|
||||
"bats.vim": { "branch": "master", "commit": "6a5d2ef22b0ede503d867770afd02ebb1f97b709" },
|
||||
"blink.cmp": { "branch": "main", "commit": "b6f11a0aa33e601c469a126e3ed6e35208fe3ea3" },
|
||||
"blink.cmp": { "branch": "main", "commit": "dcda20d3aa345025699a920c45b0a0603551f41d" },
|
||||
"blink.compat": { "branch": "main", "commit": "b0c87b64f9c669d3bcfaea8a80396fbc16e0fcb5" },
|
||||
"cmp-calc": { "branch": "main", "commit": "5947b412da67306c5b68698a02a846760059be2e" },
|
||||
"cmp-pandoc.nvim": { "branch": "main", "commit": "30faa4456a7643c4cb02d8fa18438fd484ed7602" },
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
return {
|
||||
-- full documentation here: https://cmp.saghen.dev/
|
||||
"saghen/blink.cmp",
|
||||
version = "0.11.x",
|
||||
dependencies = {
|
||||
"saghen/blink.compat",
|
||||
"rafamadriz/friendly-snippets",
|
||||
|
|
Loading…
Reference in a new issue