We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047e630 commit 945854cCopy full SHA for 945854c
init.lua
@@ -445,6 +445,9 @@ require('lazy').setup({
445
-- Useful status updates for LSP.
446
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
447
{ 'j-hui/fidget.nvim', opts = {} },
448
+
449
+ -- Allows extra capabilities provided by nvim-cmp
450
+ 'hrsh7th/cmp-nvim-lsp',
451
},
452
config = function()
453
-- Brief aside: **What is LSP?**
0 commit comments