dotfiles/nvim.configlink/coc-settings.json
2021-05-05 10:48:04 -04:00

8 lines
192 B
JSON

{
"rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer",
"rust-analyzer.checkOnSave.enable": true,
"diagnostic-languageserver.filetypes": {
"sh": "shellcheck"
}
}