dotvim/coc-settings.json
Zoé Cassiopée Gauthier 1d4a017342 Initial commit
2022-03-24 20:44:21 -04:00

12 lines
248 B
JSON

{
"diagnostic.displayByAle": true,
"rust-analyzer.checkOnSave.command": "clippy",
"languageserver": {
"sorbet": {
"command": "bundle",
"args": ["exec", "srb", "tc", "--lsp"],
"filetypes": ["ruby"]
}
}
}