Skip to content

Commit b058d02

Browse files
committed
[helix] Don't ignore hidden files in the picker
`.gitignore` will manage what to ignore.
1 parent b2c54de commit b058d02

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.config/helix.symlink/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ right = [
3939
"position",
4040
]
4141

42+
[editor.file-picker]
43+
hidden = false
44+
4245
[keys.normal]
4346
"^" = "goto_line_start"
4447
"$" = "goto_line_end"

0 commit comments

Comments
 (0)