Skip to content

How to turn off some icons. #1597

Closed Answered by pynappo
ChrisTaylorDeveloper asked this question in Q&A
Discussion options

You must be logged in to vote

You can modify how each row of the tree is rendered by modifying the renderers table for each source (filesystem, git_status, etc). Omitting a component will prevent neo-tree from rendering.

for example for filesystem:

file = {
{ "indent" },
{ "icon" },

comment out the icon line there and now icons won't be rendered for files in the filesystem source. it should look like:

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ChrisTaylorDeveloper
Comment options

@pynappo
Comment options

@ChrisTaylorDeveloper
Comment options

Answer selected by ChrisTaylorDeveloper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants