fix(mason-auto-install): remove non-needed filetypes field
It's already specified in lsp configuration, so it will get picked up from there automatically
This commit is contained in:
@@ -6,7 +6,6 @@ return {
|
||||
packages = {
|
||||
{
|
||||
"bash-language-server",
|
||||
filetypes = { "sh", "bash", "zsh" },
|
||||
dependencies = { "shellcheck", "shfmt" },
|
||||
},
|
||||
-- "clangd",
|
||||
|
||||
Reference in New Issue
Block a user