Skip to content

Commit 7aeda49

Browse files
committed
fix: add cmp-nvim-lsp as dep to nvim-lspconfig
References: nvim-lua/kickstart.nvim#1042 Signed-off-by: Fletcher Nichol <[email protected]>
1 parent 1b8d30f commit 7aeda49

File tree

1 file changed

+4
-0
lines changed
  • home/.config/nvim/lua/my/plugins

1 file changed

+4
-0
lines changed

home/.config/nvim/lua/my/plugins/lsp.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ return {
282282
--
283283
-- https://github.com/j-hui/fidget.nvim
284284
{ "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" },
285289
-- Faster LuaLS setup for Neovim
286290
-- `lazydev` configures Lua LSP for your Neovim config, runtime and
287291
-- plugins used for completion, annotations and signatures of Neovim apis

0 commit comments

Comments
 (0)