Skip to content

Commit

Permalink
Expand proc-macros with rust-analyzer in vim
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjswift committed Mar 14, 2021
1 parent 646febd commit b8200c8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vim-lsp-settings/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
{
"rust-analyzer": {
"initialization_options": {
"completion": {
"autoimport": {
"enable": true
}
},
"cargo": {
"loadOutDirsFromCheck": true
},
"procMacro": {
"enable": true
}
}
},
"typescript-language-server": {
"cmd": "npx typescript-language-server --stdio --tsserver-path=.yarn/sdks/typescript/bin/tsserver"
},
Expand Down

0 comments on commit b8200c8

Please sign in to comment.