Skip to content

How to show hidden files by default? #353

Answered by nyngwang
bennypowers asked this question in Q&A
Discussion options

You must be logged in to vote
require('neo-tree').setup {
  filesystem = {
    filtered_items = {
      visible = true, -- This is what you want: If you set this to `true`, all "hide" just mean "dimmed out"
      hide_dotfiles = false,
      hide_gitignored = true,
    },
    -- unrelated

Replies: 3 comments 17 replies

Comment options

You must be logged in to vote
16 replies
@MatthiasEckhart
Comment options

@Jesseekoh
Comment options

@carlos-ssh
Comment options

@domnantas
Comment options

@vdegenne
Comment options

Answer selected by bennypowers
Comment options

You must be logged in to vote
0 replies
Comment options

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

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