26 lines
656 B
JSON
26 lines
656 B
JSON
{
|
|
"coc.preferences.formatOnSaveFiletypes": ["elixir", "ex", "exs", "typescript", "css", "markdown"],
|
|
"languageserver": {
|
|
"nim": {
|
|
"command": "nimlsp",
|
|
"filetypes": ["nim"]
|
|
},
|
|
"zls": {
|
|
"command": "~/zls/zls",
|
|
"filetypes": ["zig"]
|
|
},
|
|
"godot": {
|
|
"host": "127.0.0.1",
|
|
"filetypes": ["gd", "gdscript3"],
|
|
"port": 6008
|
|
}
|
|
},
|
|
"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"]
|
|
}
|
|
}
|
|
|