Skip to content

Commit aab2c92

Browse files
authored
Merge branch 'master' into super-key-action-from-disabled-to-none
2 parents 139d26f + 6db1e6a commit aab2c92

109 files changed

Lines changed: 2915 additions & 1221 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.zed/settings.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"format_on_save": "on",
3+
"lsp": {
4+
"rust-analyzer": {
5+
"initialization_options": {
6+
"check": {
7+
"command": "clippy",
8+
},
9+
"rustfmt": {
10+
"extraArgs": ["+nightly"],
11+
},
12+
},
13+
},
14+
},
15+
}

0 commit comments

Comments
 (0)