mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
9 lines
197 B
Lua
9 lines
197 B
Lua
local status_ok, _ = pcall(require, "mason-lspconfig")
|
|
if not status_ok then
|
|
return
|
|
end
|
|
|
|
require("solo.mason.mason-installer")
|
|
require("solo.mason.handlers").setup()
|
|
require("solo.mason.null-ls")
|