diff options
Diffstat (limited to 'lua/user/lsp/lsp-installer.lua')
-rw-r--r-- | lua/user/lsp/lsp-installer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/lsp/lsp-installer.lua b/lua/user/lsp/lsp-installer.lua index 7675878..d1bda00 100644 --- a/lua/user/lsp/lsp-installer.lua +++ b/lua/user/lsp/lsp-installer.lua @@ -1,5 +1,6 @@ local status_ok, lsp_installer = pcall(require, "nvim-lsp-installer") if not status_ok then + print "nvim-lsp-installer init failed" return end |