Skip to content

Commit d132bd3

Browse files
authored
Merge pull request #1928 from nathanzeng/fix-lsp-blink-dependency
Remove blink from nvim-lspconfig dependencies
2 parents f7b74c7 + d97de4f commit d132bd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

init.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,6 @@ require('lazy').setup({
500500

501501
-- Useful status updates for LSP.
502502
{ 'j-hui/fidget.nvim', opts = {} },
503-
504-
-- Allows extra capabilities provided by blink.cmp
505-
'saghen/blink.cmp',
506503
},
507504
config = function()
508505
-- Brief aside: **What is LSP?**

0 commit comments

Comments
 (0)