add dependencies to neovim/nvim-lspconfig

The config function of 'neovim/nvim-lspconfig' depends on hrsh7th's cmp-nvim-lsp, cmp-path, nvim-cmp
This commit is contained in:
nicolo 2024-07-13 20:12:51 +02:00
parent 5aeddfdd5d
commit 468a1c4a28
1 changed files with 8 additions and 0 deletions

View File

@ -423,6 +423,14 @@ require('lazy').setup({
-- `neodev` configures Lua LSP for your Neovim config, runtime and plugins
-- used for completion, annotations and signatures of Neovim apis
{ 'folke/neodev.nvim', opts = {} },
<<<<<<< Updated upstream
'hrsh7th/cmp-nvim-lsp',
=======
'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-path',
'hrsh7th/nvim-cmp',
>>>>>>> Stashed changes
},
config = function()
-- Brief aside: **What is LSP?**