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 = {
|
packages = {
|
||||||
{
|
{
|
||||||
"bash-language-server",
|
"bash-language-server",
|
||||||
filetypes = { "sh", "bash", "zsh" },
|
|
||||||
dependencies = { "shellcheck", "shfmt" },
|
dependencies = { "shellcheck", "shfmt" },
|
||||||
},
|
},
|
||||||
-- "clangd",
|
-- "clangd",
|
||||||
|
|||||||
Reference in New Issue
Block a user