Skip to content

Commit 2c11020

Browse files
jstrotflatplate
authored andcommitted
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (nvim-lua#1042)
1 parent 7ac56d1 commit 2c11020

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
@@ -1004,6 +1004,9 @@ require('lazy').setup({
10041004
-- Useful status updates for LSP.
10051005
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
10061006
{ 'j-hui/fidget.nvim', opts = {} },
1007+
1008+
-- Allows extra capabilities provided by nvim-cmp
1009+
'hrsh7th/cmp-nvim-lsp',
10071010
},
10081011
config = function()
10091012
-- Brief aside: **What is LSP?**

0 commit comments

Comments
 (0)