helix: add ignores option
This commit is contained in:
parent
8ff7bb3f4d
commit
b5b2b1ac63
3 changed files with 20 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ with lib;
|
|||
}];
|
||||
};
|
||||
|
||||
ignores = [ ".build/" "!.gitignore" ];
|
||||
|
||||
themes = {
|
||||
base16 = let
|
||||
transparent = "none";
|
||||
|
|
@ -131,6 +133,9 @@ with lib;
|
|||
assertFileContent \
|
||||
home-files/.config/helix/languages.toml \
|
||||
${./languages-expected.toml}
|
||||
assertFileContent \
|
||||
home-files/.config/helix/ignore \
|
||||
${./ignore-expected}
|
||||
assertFileContent \
|
||||
home-files/.config/helix/themes/base16.toml \
|
||||
${./theme-base16-expected.toml}
|
||||
|
|
|
|||
2
tests/modules/programs/helix/ignore-expected
Normal file
2
tests/modules/programs/helix/ignore-expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.build/
|
||||
!.gitignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue