dotfiles/nvim.configlink/coc-settings.json

5 lines
109 B
JSON
Raw Normal View History

2020-08-02 14:19:57 +00:00
{
"rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer",
"rust-analyzer.checkOnSave.enable": true
}