dotfiles/nvim.configlink/coc-settings.json
2021-04-10 12:42:40 -04:00

8 lines
180 B
JSON

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