Skip to content

Commit 1860184

Browse files
authored
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (#1042)
1 parent bb9f84c commit 1860184

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,9 @@ require('lazy').setup({
428428
-- Useful status updates for LSP.
429429
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
430430
{ 'j-hui/fidget.nvim', opts = {} },
431+
432+
-- Allows extra capabilities provided by nvim-cmp
433+
'hrsh7th/cmp-nvim-lsp',
431434
},
432435
config = function()
433436
-- Brief aside: **What is LSP?**

0 commit comments

Comments
 (0)