nvim/coc-settings.json

10 lines
186 B
JSON
Raw Normal View History

2019-12-24 23:22:35 +00:00
{
"languageserver": {
"dotty": {
"command": "run-dotty-lsp",
"rootPatterns": ["build.sbt"],
"filetypes": ["scala", "sbt"]
}
}
}