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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

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