Does anyone know how I can hide the status line, hence Powerline, for NERDTree buffers?
I just came back to the same question and found I'd asked it almost three years ago :laughing:
Hey, @nomasprime, sorry for the lag!
There is no way to disable the status line feature for only one window. Unfortunately, the 'laststatus' setting is global. You can, however, customize the NERDTree status line.
Please read :h 'NERDTreeStatusline' for additional information.
As an afterthought, try the following setting in your vimrc and see if it helps:
let g:NERDTreeStatusline = '%#NonText#'
... that may be what you actually want.
Most helpful comment
Hey, @nomasprime, sorry for the lag!
There is no way to disable the status line feature for only one window. Unfortunately, the
'laststatus'setting is global. You can, however, customize the NERDTree status line.Please read
:h 'NERDTreeStatusline'for additional information.As an afterthought, try the following setting in your
vimrcand see if it helps:... that may be what you actually want.