Skip to content

Commit

Permalink
2021-02-08
Browse files Browse the repository at this point in the history
  • Loading branch information
wtchrs committed Feb 7, 2021
1 parent 1b42b0a commit 2405adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings/config/nvim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"prettier.tabWidth": 4,
"rust-analyzer.inlayHints.typeHintsSeparator":" » ",
"rust-analyzer.inlayHints.chainingHintsSeparator":"",
"rust-analyzer.inlayHints.refreshOnInsertMode":true
"rust-analyzer.inlayHints.refreshOnInsertMode":true,
"rust-analyzer.checkOnSave.command": "clippy"
}

0 comments on commit 2405adb

Please sign in to comment.