mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 = {
|
||||
global.excludes = [
|
||||
".envrc"
|
||||
".git-blame-ignore-revs"
|
||||
".gitignore"
|
||||
"LICENSE"
|
||||
"flake.lock"
|
||||
"**.md"
|
||||
"**.scm"
|
||||
"**.svg"
|
||||
"**/man/*.5"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue