mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 06:22:56 +00:00
12 lines
275 B
JSON
12 lines
275 B
JSON
{
|
|
"rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer",
|
|
"rust-analyzer.checkOnSave.enable": true,
|
|
"diagnostic-languageserver.filetypes": {
|
|
"sh": "shellcheck"
|
|
},
|
|
"diagnostic-languageserver.formatFiletypes": {
|
|
"python": "black",
|
|
"sh": "shfmt"
|
|
}
|
|
}
|