From 8a32139e1ada2f364b48b3251bf475fadb7a8aee Mon Sep 17 00:00:00 2001 From: ray-x Date: Tue, 17 May 2022 23:15:16 +1000 Subject: [PATCH] lsp installer path issue #187 --- lua/navigator/lazyloader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/navigator/lazyloader.lua b/lua/navigator/lazyloader.lua index c72022f..d3157e4 100644 --- a/lua/navigator/lazyloader.lua +++ b/lua/navigator/lazyloader.lua @@ -25,7 +25,7 @@ return { end if _NgConfigValues.lsp_installer == true then - local has_lspinst, lspinst = pcall(require, 'lsp_installer') + local has_lspinst, lspinst = pcall(require, 'nvim-lsp-installer') log('lsp_installer installed', has_lspinst) if has_lspinst then lspinst.setup()