helix: show hidden files in filepicker, and introduce a way to globally ignore/unignore files

This commit is contained in:
Christoph Hollizeck 2024-11-20 01:10:28 +01:00
parent 06ad0ca023
commit 2bde590cef
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 80 additions and 112 deletions

View file

@ -31,6 +31,12 @@ in
${namespace} = {
home.extraOptions = {
home.file.".config/helix/ignore".text = ''
# unignore in file picker and global search
.idea/
!**/appsettings.json
'';
programs.helix = {
enable = true;
package = helix-pkg;
@ -40,6 +46,9 @@ in
editor = {
auto-format = true;
line-number = "relative";
file-picker = {
hidden = false;
};
lsp = {
display-inlay-hints = true;