feat: replace nvim-cmp with blink-cmp

This commit is contained in:
Michael Mandl 2025-06-17 14:32:48 +02:00
parent 022abfffc5
commit eeb8173a90
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
4 changed files with 43 additions and 128 deletions

View file

@ -50,8 +50,6 @@ lsp_status.register_progress()
require('lazydev').setup()
local capabilities = require("cmp_nvim_lsp").default_capabilities(lsp_status.capabilities)
local servers = {
["bashls"] = {},
["bitbake_language_server"] = {},