1 2 3 4 5 6 7 8
local status_ok, _ = pcall(require, "lspconfig") if not status_ok then return end require "user.lsp.lsp-installer" require("user.lsp.handlers").setup() require "user.lsp.null-ls"