Skip to content

Commit

Permalink
fix: add cmp-nvim-lsp as dep to nvim-lspconfig
Browse files Browse the repository at this point in the history
References: nvim-lua/kickstart.nvim#1042

Signed-off-by: Fletcher Nichol <[email protected]>
  • Loading branch information
fnichol committed Aug 1, 2024
1 parent 1b8d30f commit 7aeda49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/.config/nvim/lua/my/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ return {
--
-- https://github.com/j-hui/fidget.nvim
{ "j-hui/fidget.nvim", opts = {} },
-- nvim-cmp source for neovim builtin LSP client
--
-- https://github.com/hrsh7th/cmp-nvim-lsp
{ "hrsh7th/cmp-nvim-lsp" },
-- Faster LuaLS setup for Neovim
-- `lazydev` configures Lua LSP for your Neovim config, runtime and
-- plugins used for completion, annotations and signatures of Neovim apis
Expand Down

0 comments on commit 7aeda49

Please sign in to comment.