helix: show hidden files in filepicker, and introduce a way to globally ignore/unignore files
This commit is contained in:
parent
06ad0ca023
commit
2bde590cef
3 changed files with 80 additions and 112 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue