Skip to content

Instantly share code, notes, and snippets.

@ni-ko-o-kin
Created December 3, 2019 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ni-ko-o-kin/781eca6e05958ea247d227544dace94a to your computer and use it in GitHub Desktop.
Save ni-ko-o-kin/781eca6e05958ea247d227544dace94a to your computer and use it in GitHub Desktop.
{
"codeLens.enable": true,
"coc.preferences.formatOnSaveFiletypes": ["elm", "javascript"],
"coc.preferences.hoverTarget": "float",
"languageserver": {
"elmLS": {
"command": "elm-language-server",
"filetypes": ["elm"],
"rootPatterns": ["elm.json"],
"initializationOptions": {
"elmAnalyseTrigger": "change"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment