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
commit d132bd3e9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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?**