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 and kenji-yamada committed Aug 10, 2024
1 parent 047e630 commit 945854c
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 @@ -445,6 +445,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 945854c

Please sign in to comment.