mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
8 lines
180 B
JSON
8 lines
180 B
JSON
{
|
|
"rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer",
|
|
"rust-analyzer.checkOnSave.enable": true,
|
|
"diagnostic-languageserver.filetypes": {
|
|
"sh": "shellcheck"
|
|
}
|
|
}
|