1 2 3 4 5 6 7 8
require "user.lsp.mason" local status, lspconfig = pcall(require, "lspconfig") if not status then return end require "user.lsp.ccls"