fix(mason): removed installing of shellcheck and shfmt. Use bashls instead

This commit is contained in:
Folke Lemaitre
2023-03-05 09:12:16 +01:00
parent 2002265461
commit e7a515e548

View File

@ -156,8 +156,6 @@ return {
opts = {
ensure_installed = {
"stylua",
"shellcheck",
"shfmt",
"flake8",
},
},