helix: update default ignore list
This commit is contained in:
parent
045899ca84
commit
268e368657
1 changed files with 2 additions and 1 deletions
|
@ -36,9 +36,10 @@ in
|
||||||
${namespace} = {
|
${namespace} = {
|
||||||
home.extraOptions = {
|
home.extraOptions = {
|
||||||
home.file.".config/helix/ignore".text = ''
|
home.file.".config/helix/ignore".text = ''
|
||||||
# unignore in file picker and global search
|
|
||||||
.idea/
|
.idea/
|
||||||
!**/appsettings.json
|
!**/appsettings.json
|
||||||
|
.direnv/
|
||||||
|
.devenv/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
catppuccin.helix.enable = true;
|
catppuccin.helix.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue