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:
parent
5aeddfdd5d
commit
468a1c4a28
8
init.lua
8
init.lua
|
@ -423,6 +423,14 @@ require('lazy').setup({
|
||||||
-- `neodev` configures Lua LSP for your Neovim config, runtime and plugins
|
-- `neodev` configures Lua LSP for your Neovim config, runtime and plugins
|
||||||
-- used for completion, annotations and signatures of Neovim apis
|
-- used for completion, annotations and signatures of Neovim apis
|
||||||
{ 'folke/neodev.nvim', opts = {} },
|
{ 'folke/neodev.nvim', opts = {} },
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
'hrsh7th/cmp-nvim-lsp',
|
||||||
|
=======
|
||||||
|
|
||||||
|
'hrsh7th/cmp-nvim-lsp',
|
||||||
|
'hrsh7th/cmp-path',
|
||||||
|
'hrsh7th/nvim-cmp',
|
||||||
|
>>>>>>> Stashed changes
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
-- Brief aside: **What is LSP?**
|
-- Brief aside: **What is LSP?**
|
||||||
|
|
Loading…
Reference in New Issue