Skip to content

Commit 5263d85

Browse files
authored
fix(rust): Sane excludeDirs pattern (#1330)
1 parent 0c09470 commit 5263d85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lua/astrocommunity/pack/rust/init.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ local pack = {
2020
rust_analyzer = {
2121
settings = {
2222
["rust-analyzer"] = {
23+
files = {
24+
excludeDirs = {
25+
".direnv",
26+
".git",
27+
"target",
28+
},
29+
},
2330
check = {
2431
command = "clippy",
2532
extraArgs = {

0 commit comments

Comments
 (0)