mirror of
https://github.com/nmasur/dotfiles
synced 2025-02-16 23:42:03 +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"
|
|
}
|
|
}
|