Skip to content

Commit 6af74b7

Browse files
jstrotAlessandro201
authored andcommitted
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (nvim-lua#1042)
1 parent ab128fd commit 6af74b7

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
@@ -467,6 +467,9 @@ require('lazy').setup({
467467
-- Useful status updates for LSP.
468468
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
469469
{ 'j-hui/fidget.nvim', opts = {} },
470+
471+
-- Allows extra capabilities provided by nvim-cmp
472+
'hrsh7th/cmp-nvim-lsp',
470473
},
471474
config = function()
472475
-- Brief aside: **What is LSP?**

0 commit comments

Comments
 (0)