Skip to content

Commit

Permalink
chore: Update rust-analyzer config
Browse files Browse the repository at this point in the history
  • Loading branch information
nazo6 committed Aug 6, 2024
1 parent f6a9455 commit a179100
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 7 additions & 0 deletions keyboards/.neoconf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"lspconfig": {
"rust_analyzer": {
"rust-analyzer.check.allTargets": false
}
}
}
11 changes: 0 additions & 11 deletions keyboards/dummy-kb/.neoconf.json

This file was deleted.

3 changes: 2 additions & 1 deletion lib/.neoconf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"lspconfig": {
"rust_analyzer": {
"rust-analyzer.check.workspace": false
"rust-analyzer.check.workspace": false,
"rust-analyzer.check.allTargets": false
}
}
}

0 comments on commit a179100

Please sign in to comment.