Skip to content

Commit d97de4f

Browse files
committed
Remove blink from nvim-lspconfig dependencies
1 parent dabce46 commit d97de4f

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)