How to disable fading effect? #267
Unanswered
MunifTanjim
asked this question in
Q&A
Replies: 2 comments 9 replies
-
@MunifTanjim Might be jumping a gun here, but try |
Beta Was this translation helpful? Give feedback.
1 reply
-
You'll need to override the renderer with your own layout that does not include any containers. neo-tree.nvim/lua/neo-tree/defaults.lua Lines 114 to 163 in d8aa8ea Here is how to have the default layout with the container parts deleted:
This does mean that you'll lose the right aligned symbols. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry if it's already documented somewhere.
I tried to look into #227 but couldn't find/understand how to disable the fading effect.
Is there any way I can do it?
Asking because sometimes I navigate the file tree like a normal buffer and press
$
to go to the end of line to see the whole filename.Beta Was this translation helpful? Give feedback.
All reactions