add micro config

This commit is contained in:
Sencyy 2024-08-18 19:53:12 -03:00
parent 9999a66cb4
commit 72f924e745
No known key found for this signature in database
GPG key ID: 956AB8FEF9FD53F6

View file

@ -0,0 +1,6 @@
{
"lsp.autocompleteDetails": true,
"lsp.server": "rust=rust-analyzer",
"lsp.tabcompletion": true,
"lsp.formatOnSave": true
}