mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 15:30:15 -05:00
flake: ignore unformatted files
This suppresses treefmt's "no formatter for path" warnings.
This commit is contained in:
committed by
GaetanLepage
parent
f1a0cf3a90
commit
3c786ae988
@@ -39,8 +39,15 @@
|
||||
|
||||
settings = {
|
||||
global.excludes = [
|
||||
".envrc"
|
||||
".git-blame-ignore-revs"
|
||||
".gitignore"
|
||||
"LICENSE"
|
||||
"flake.lock"
|
||||
"**.md"
|
||||
"**.scm"
|
||||
"**.svg"
|
||||
"**/man/*.5"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user