This commit is contained in:
Jose G 2026-06-22 15:01:38 -04:00
parent 75eee2acfc
commit fa8c3f1490

View file

@ -12,6 +12,15 @@ return {
bashls = {},
},
},
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"pyright",
"lua_ls",
"yamlls",
"bashls",
},
},
}