Skip to content

Commit

Permalink
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (nvim-lua#1042
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jstrot authored Jul 30, 2024
1 parent bb9f84c commit 1860184
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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?**
Expand Down

0 comments on commit 1860184

Please sign in to comment.