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