How can I show hidden files (starting with period) in NERDTree?

后端 未结 1 830
南笙
南笙 2021-01-29 20:45

How can I make NERDTree show files that begin with an . (period)?

I have a file named .hgignore in a project directory. If I browse to that dir

相关标签:
1条回答
  • 2021-01-29 21:20

    Press I (Shift+i) to toggle hidden files in the NERDTree explorer window.

    To enable this behavior by default, add this line to your .vimrc file:

    let NERDTreeShowHidden=1
    

    For more detail, access the NERDTree help file :help NERD_tree.txt and search for "hidden".

    0 讨论(0)
提交回复
热议问题