summaryrefslogtreecommitdiffstatshomepage
path: root/nvim/lua/plugins/lsp-installer.lua
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-19 14:27:18 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-19 14:27:18 -0500
commit209c15c008251cd96f0d4ae6a4c797a1ccb1e9bd (patch)
treee4bc0a7e2a0aea5c1901423910d88ebc72e35d82 /nvim/lua/plugins/lsp-installer.lua
parent95d6897c7ae05074a4c034d180c834c8534a2582 (diff)
feat: nvim working mostly
Diffstat (limited to 'nvim/lua/plugins/lsp-installer.lua')
-rw-r--r--nvim/lua/plugins/lsp-installer.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/nvim/lua/plugins/lsp-installer.lua b/nvim/lua/plugins/lsp-installer.lua
index da61bbc..199fd37 100644
--- a/nvim/lua/plugins/lsp-installer.lua
+++ b/nvim/lua/plugins/lsp-installer.lua
@@ -1,4 +1,7 @@
-local lsp_installer = require("nvim-lsp-installer")
+local status_ok, lsp_installer = pcall(require, "nvim-lsp-installer")
+if not status_ok then
+ print("Failed to require nvim-lsp-installer")
+end
-- Provide settings first!
lsp_installer.settings {