Skip to content

Commit

Permalink
Ignore files in .build for file picker
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Jun 27, 2024
1 parent dfd0f87 commit f65ad5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home-manager/shell/helix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
lsp.display-messages = true;
};
};
ignores = [
".build/"
];
};
# zsh.shellAliases.vim = "hx";
};
Expand Down

0 comments on commit f65ad5c

Please sign in to comment.