17 lines
471 B
JSON
17 lines
471 B
JSON
{
|
|
"coc.preferences.formatOnSaveFiletypes": ["elixir", "ex", "exs", "typescript", "css", "markdown"],
|
|
"languageserver": {
|
|
"nim": {
|
|
"command": "nimlsp",
|
|
"filetypes": ["nim"]
|
|
}
|
|
},
|
|
"elixir.pathToElixirLS": "~/.elixir-ls/release/language_server.sh",
|
|
"rust-analyzer.checkOnSave.command": "clippy",
|
|
"diagnostic-languageserver.filetypes": {
|
|
"elixir": ["mix_credo", "mix_credo_compile"],
|
|
"eelixir": ["mix_credo", "mix_credo_compile"]
|
|
}
|
|
}
|
|
|