This commit is contained in:
asep komarudin 2023-03-06 11:50:21 +07:00
parent ee681ef572
commit a9e51972a9
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ end
local data_exists, custom_lsp = pcall(require, "core.config")
if data_exists then
for _, client in pairs(custom_lsp.register_lsp) do
for _, client in pairs(custom_lsp.mason_ensure_installed) do
table.insert(servers, client)
end
end