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 ab128fd commit 6af74b7Copy full SHA for 6af74b7
init.lua
@@ -467,6 +467,9 @@ require('lazy').setup({
467
-- Useful status updates for LSP.
468
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
469
{ 'j-hui/fidget.nvim', opts = {} },
470
+
471
+ -- Allows extra capabilities provided by nvim-cmp
472
+ 'hrsh7th/cmp-nvim-lsp',
473
},
474
config = function()
475
-- Brief aside: **What is LSP?**
0 commit comments