Closed Leiyi548 closed 3 years ago
same as hiding the tabline but just replace with however you would load / unload your statusline
autocmd FileType alpha set laststatus=0 | autocmd BufUnload <buffer> set laststatus=whatever
there isn't really a better/more general way to do this and having filetype specific statuslines generally sucks if you're not already using a statusline plugin, in which case it's that plugin's responsibility
@goolord Thankyou!
I wanted to remove statusline, but I didn't see how to do it