mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-25 06:45:36 +00:00
8 lines
192 B
JSON
8 lines
192 B
JSON
{
|
|
"rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer",
|
|
"rust-analyzer.checkOnSave.enable": true,
|
|
"diagnostic-languageserver.filetypes": {
|
|
"sh": "shellcheck"
|
|
}
|
|
}
|