Skip to content

Commit a890a1f

Browse files
jstrotMatthew Lemon
authored andcommitted
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (nvim-lua#1042)
1 parent f90e975 commit a890a1f

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
@@ -724,6 +724,9 @@ require('lazy').setup({
724724
-- Useful status updates for LSP.
725725
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
726726
{ 'j-hui/fidget.nvim', opts = {} },
727+
728+
-- Allows extra capabilities provided by nvim-cmp
729+
'hrsh7th/cmp-nvim-lsp',
727730
},
728731
config = function()
729732
-- Brief aside: **What is LSP?**

0 commit comments

Comments
 (0)