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.
cmp-nvim-lsp
nvim-lspconfig
1 parent 1b8d30f commit 7aeda49Copy full SHA for 7aeda49
home/.config/nvim/lua/my/plugins/lsp.lua
@@ -282,6 +282,10 @@ return {
282
--
283
-- https://github.com/j-hui/fidget.nvim
284
{ "j-hui/fidget.nvim", opts = {} },
285
+ -- nvim-cmp source for neovim builtin LSP client
286
+ --
287
+ -- https://github.com/hrsh7th/cmp-nvim-lsp
288
+ { "hrsh7th/cmp-nvim-lsp" },
289
-- Faster LuaLS setup for Neovim
290
-- `lazydev` configures Lua LSP for your Neovim config, runtime and
291
-- plugins used for completion, annotations and signatures of Neovim apis
0 commit comments