express_line.nvim icon indicating copy to clipboard operation
express_line.nvim copied to clipboard

Startify and vim-dirvish override statusline

Open ghost opened this issue 4 years ago • 0 comments

  • Startify will override statusline generated by el

    On initial nvim launch el generates statusline for startify's window correctly. But once another buffer gets opened and :Startify gets called it will revert to Startify's statusline: statusline= startify.

  • vim-dirvish will reset statusline to empty: statusline=

    Exiting from Dirvish's buffer restores statusline from el.

Edit: same happens for nvim-tree.lua.

ghost avatar Oct 18 '20 12:10 ghost