added diagnostic-languageservers
This commit is contained in:
parent
bdce3cff96
commit
d577f2c462
@ -7,5 +7,29 @@
|
|||||||
"filetypes": ["haskell", "lhaskell"]
|
"filetypes": ["haskell", "lhaskell"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"coc.source.iced.enable": true
|
"coc.source.iced.enable": true,
|
||||||
|
"diagnostic-languageserver.filetypes": {
|
||||||
|
"vim": "vint",
|
||||||
|
"email": "languagetool",
|
||||||
|
"markdown": [ "write-good", "markdownlint" ],
|
||||||
|
"sh": "shellcheck",
|
||||||
|
"bash": "shellcheck",
|
||||||
|
"elixir": ["mix_credo", "mix_credo_compile"],
|
||||||
|
"eelixir": ["mix_credo", "mix_credo_compile"],
|
||||||
|
"php": ["phpstan", "psalm"],
|
||||||
|
"yaml": [ "yamllint" ],
|
||||||
|
"cmake": [ "cmake-lint", "cmakelint" ],
|
||||||
|
"systemd": "systemd-analyze"
|
||||||
|
},
|
||||||
|
"diagnostic-languageserver.formatFiletypes": {
|
||||||
|
"dart": "dartfmt",
|
||||||
|
"elixir": "mix_format",
|
||||||
|
"eelixir": "mix_format",
|
||||||
|
"python": ["black", "isort"],
|
||||||
|
"lua": "lua-format",
|
||||||
|
"sh": "shfmt",
|
||||||
|
"bash": "shfmt",
|
||||||
|
"blade": "blade-formatter",
|
||||||
|
"cmake": "cmake-format"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user