Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (#1042)

pull/1069/head^2
jstrot 2 months ago committed by GitHub
parent bb9f84ca8f
commit 1860184830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -428,6 +428,9 @@ require('lazy').setup({
-- Useful status updates for LSP.
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
{ 'j-hui/fidget.nvim', opts = {} },
-- Allows extra capabilities provided by nvim-cmp
'hrsh7th/cmp-nvim-lsp',
},
config = function()
-- Brief aside: **What is LSP?**

Loading…
Cancel
Save