2023-08-01 16:03:51 +10:00

8 lines
115 B
Lua

local status_ok, _ = pcall(require, "lspconfig")
if not status_ok then
return
end
require "custom.lsp.mason"