Merge pull request #1928 from nathanzeng/fix-lsp-blink-dependency

Remove blink from nvim-lspconfig dependencies
This commit is contained in:
Ori Perry
2026-03-10 17:34:11 +02:00
committed by GitHub

View File

@@ -500,9 +500,6 @@ require('lazy').setup({
-- Useful status updates for LSP.
{ 'j-hui/fidget.nvim', opts = {} },
-- Allows extra capabilities provided by blink.cmp
'saghen/blink.cmp',
},
config = function()
-- Brief aside: **What is LSP?**