mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
flake: ignore unformatted files
This suppresses treefmt's "no formatter for path" warnings.
This commit is contained in:
parent
f1a0cf3a90
commit
3c786ae988
1 changed files with 7 additions and 0 deletions
|
@ -39,8 +39,15 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
global.excludes = [
|
global.excludes = [
|
||||||
|
".envrc"
|
||||||
|
".git-blame-ignore-revs"
|
||||||
|
".gitignore"
|
||||||
"LICENSE"
|
"LICENSE"
|
||||||
"flake.lock"
|
"flake.lock"
|
||||||
|
"**.md"
|
||||||
|
"**.scm"
|
||||||
|
"**.svg"
|
||||||
|
"**/man/*.5"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue