dotfiles/nvim.configlink/coc-settings.json

5 lines
109 B
JSON
Raw Normal View History

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