From 468a1c4a28499e85b28be504d820a51bd8d932e3 Mon Sep 17 00:00:00 2001 From: nicolo Date: Sat, 13 Jul 2024 20:12:51 +0200 Subject: [PATCH] add dependencies to neovim/nvim-lspconfig The config function of 'neovim/nvim-lspconfig' depends on hrsh7th's cmp-nvim-lsp, cmp-path, nvim-cmp --- init.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.lua b/init.lua index 88658ef3..1ebbb234 100644 --- a/init.lua +++ b/init.lua @@ -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?**