dotfiles/nvim.configlink/coc-settings.json

8 lines
192 B
JSON
Raw Normal View History

2020-08-02 14:19:57 +00:00
{
2021-05-05 14:48:04 +00:00
"rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer",
"rust-analyzer.checkOnSave.enable": true,
"diagnostic-languageserver.filetypes": {
"sh": "shellcheck"
}
2020-08-02 14:19:57 +00:00
}