forked from Shinonome/fred-neovim
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