Re-add my basic coc config for elixir

This commit is contained in:
Daniel Flanagan 2021-07-08 09:39:31 -05:00
parent 112b157f2f
commit 3f4c5e6d2c
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"coc.preferences.formatOnSaveFiletypes": ["elixir", "ex", "exs"],
"elixir.pathToElixirLS": "~/.elixir-ls/release/language_server.sh",
"diagnostic-languageserver.filetypes": {
"elixir": ["mix_credo", "mix_credo_compile"],
"eelixir": ["mix_credo", "mix_credo_compile"]
}
}