Add dotfile tree

This commit is contained in:
2021-04-07 00:14:05 +02:00
parent be993fcaf9
commit 89dc3d02c4
9 changed files with 1266 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"languageserver": {
"rust": {
"command": "rust-analyzer",
"filetypes": ["rust"],
"rootPatterns": ["Cargo.toml"]
}
}
}