Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: In tree view, the branch child contents should line up with the parent's first symbol #984

Open
acid-bong opened this issue May 11, 2024 · 0 comments

Comments

@acid-bong
Copy link

Expected behaviour: like tree has it -- the vertical bar descends right from the first character

.config/nixos/pkgs
├── default.nix
├── desktop-scripts
│   ├── default.nix
│   ├── sqrt.sh
│   └── tp-toggle.sh
├── lilex-nerdfont
│   └── default.nix
└── nf
    └── default.nix

4 directories, 6 files

Actual behaviour: the vertical bar starts one column before the word start (the same with icons and without)

.config/nixos/pkgs
├── default.nix
├── desktop-scripts
│  ├── default.nix
│  ├── sqrt.sh
│  └── tp-toggle.sh
├── lilex-nerdfont
│  └── default.nix
└── nf
   └── default.nix

Proposal: make it look like in the tree output

@acid-bong acid-bong changed the title feat: In tree view, the branch child contents doesn't line up with the parent's first symbol feat: In tree view, the branch child contents should line up with the parent's first symbol May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant