add micro config
This commit is contained in:
parent
9999a66cb4
commit
72f924e745
1 changed files with 6 additions and 0 deletions
6
micro/.config/micro/settings.json
Normal file
6
micro/.config/micro/settings.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"lsp.autocompleteDetails": true,
|
||||
"lsp.server": "rust=rust-analyzer",
|
||||
"lsp.tabcompletion": true,
|
||||
"lsp.formatOnSave": true
|
||||
}
|
Loading…
Reference in a new issue