dotfiles/nvim.configlink/coc-settings.json

8 lines
180 B
JSON
Raw Normal View History

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