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

This commit is contained in:
Folke Lemaitre committed 2023-03-05 09:12:16 +01:00
1 parent 2002265461
commit e7a515e548
1 file changed
-2
-2
View File
@@ -156,8 +156,6 @@ return {
opts = {
ensure_installed = {
"stylua",
"shellcheck",
"shfmt",
"flake8",
},
},