Skip to content

Commit 48510f2

Browse files
jstrotkiran079
authored andcommitted
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (nvim-lua#1042)
1 parent 52e65b4 commit 48510f2

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
@@ -430,6 +430,9 @@ require('lazy').setup({
430430
-- Useful status updates for LSP.
431431
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
432432
{ 'j-hui/fidget.nvim', opts = {} },
433+
434+
-- Allows extra capabilities provided by nvim-cmp
435+
'hrsh7th/cmp-nvim-lsp',
433436
},
434437
config = function()
435438
-- Brief aside: **What is LSP?**

0 commit comments

Comments
 (0)