Skip to content

Commit

Permalink
fix(rust): Sane excludeDirs pattern (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft authored Feb 1, 2025
1 parent 0c09470 commit 5263d85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/pack/rust/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ local pack = {
rust_analyzer = {
settings = {
["rust-analyzer"] = {
files = {
excludeDirs = {
".direnv",
".git",
"target",
},
},
check = {
command = "clippy",
extraArgs = {
Expand Down

0 comments on commit 5263d85

Please sign in to comment.