Remove blink from nvim-lspconfig dependencies

This commit is contained in:
Nathan Zeng 2026-03-07 20:52:02 -08:00
parent dabce46993
commit d97de4f0ae

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