Skip to content

How to disable (x hidden items) message? #401

Answered by cseickel
karlivory asked this question in Q&A
Discussion options

You must be logged in to vote

This should be controlled with the filesystem.filtered_items.show_hidden_count option:

    require("neo-tree").setup({
      filesystem = {
        filtered_items = {
          visible = false, -- when true, they will just be displayed differently than normal items
          force_visible_in_empty_folder = true, -- when true, hidden files will be shown if the root folder is otherwise empty
          show_hidden_count = false, -- when true, the number of hidden items in each folder will be shown as the last entry
        }
      }
    })

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@karlivory
Comment options

Answer selected by karlivory
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