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 f90e975 commit a890a1fCopy full SHA for a890a1f
init.lua
@@ -724,6 +724,9 @@ require('lazy').setup({
724
-- Useful status updates for LSP.
725
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
726
{ 'j-hui/fidget.nvim', opts = {} },
727
+
728
+ -- Allows extra capabilities provided by nvim-cmp
729
+ 'hrsh7th/cmp-nvim-lsp',
730
},
731
config = function()
732
-- Brief aside: **What is LSP?**
0 commit comments