Skip to content

Commit 945854c

Browse files
jstrotkenji-yamada
authored andcommitted
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (nvim-lua#1042)
1 parent 047e630 commit 945854c

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
@@ -445,6 +445,9 @@ require('lazy').setup({
445445
-- Useful status updates for LSP.
446446
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
447447
{ 'j-hui/fidget.nvim', opts = {} },
448+
449+
-- Allows extra capabilities provided by nvim-cmp
450+
'hrsh7th/cmp-nvim-lsp',
448451
},
449452
config = function()
450453
-- Brief aside: **What is LSP?**

0 commit comments

Comments
 (0)