fixed the mistake fixed the mistake from previous commit

This commit is contained in:
mmj 2025-05-09 02:14:27 -04:00
parent 05a33a9de7
commit 1e09850243

View file

@ -213,7 +213,7 @@ return {
local all_mslp_servers = {}
if have_mason and vim.fn.has("nvim-0.11") == 1 then
-- all_mslp_servers = vim.tbl_keys(require("mason-lspconfig").get_mappings().lspconfig_to_package)
all_mslp_servers = require("mason-lspconfig").get_available_servers())
all_mslp_servers = vim.tbl_keys(require("mason-lspconfig").get_available_servers())
elseif have_mason then
all_mslp_servers = vim.tbl_keys(require("mason-lspconfig.mappings.server").lspconfig_to_package)
end