Skip to content

Commit 2dad35d

Browse files
author
Junfeng Li
committed
Update rls settings.
1 parent 44fab2b commit 2dad35d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vim/settings.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"rust.clippy_preference": "on"
2+
"rust": {
3+
"clippy_preference": "on",
4+
"all_targets": false,
5+
"build_on_save": true,
6+
"wait_to_build": 0
7+
}
38
}

0 commit comments

Comments
 (0)