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 f0198ce commit c87ede5Copy full SHA for c87ede5
init.lua
@@ -428,6 +428,9 @@ require('lazy').setup({
428
-- Useful status updates for LSP.
429
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
430
{ 'j-hui/fidget.nvim', opts = {} },
431
+
432
+ -- Allows extra capabilities provided by nvim-cmp
433
+ 'hrsh7th/cmp-nvim-lsp',
434
},
435
config = function()
436
-- Brief aside: **What is LSP?**
0 commit comments