summaryrefslogtreecommitdiff
path: root/lua/user/lsp/init.lua
blob: a62e7aa326801f87b04f974f62c099da4f1dd876 (plain)
1
2
3
4
5
6
7
local status_ok, _ = pcall(require, "lspconfig")
if not status_ok then
	return
end

require("user.lsp.lsp-installer")
require("user.lsp.handlers").setup()