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?**