Merge remote-tracking branch 'origin/main'

This commit is contained in:
Eryn Wells 2025-08-09 07:46:48 -07:00
commit 196004e993
4 changed files with 36 additions and 2 deletions

View file

@ -120,7 +120,8 @@ lspconfig.rust_analyzer.setup {
enable = true,
},
},
checkOnSave = {
checkOnSave = true,
check = {
command = 'clippy',
extraArgs = {
"--",