mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-21 16:29:58 -05:00
Added directories to ignore for rust-analyzer
This commit is contained in:
@@ -18,11 +18,11 @@
|
|||||||
rust-analyzer = {
|
rust-analyzer = {
|
||||||
cargo = {allFeatures = true;};
|
cargo = {allFeatures = true;};
|
||||||
check = {command = "clippy";};
|
check = {command = "clippy";};
|
||||||
|
files = {excludeDirs = ["target" ".git" ".cargo" ".github" ".direnv"];};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user