dotvim/coc-settings.json

12 lines
248 B
JSON
Raw Normal View History

2022-03-25 00:39:56 +00:00
{
"diagnostic.displayByAle": true,
"rust-analyzer.checkOnSave.command": "clippy",
"languageserver": {
"sorbet": {
"command": "bundle",
"args": ["exec", "srb", "tc", "--lsp"],
"filetypes": ["ruby"]
}
}
}