Re-add my basic coc config for elixir
This commit is contained in:
parent
112b157f2f
commit
3f4c5e6d2c
1 changed files with 9 additions and 0 deletions
9
common/neovim/coc-settings.json
Normal file
9
common/neovim/coc-settings.json
Normal 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"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Reference in a new issue