nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
5.72k stars 455 forks source link

Bug: (suggestion): remove default filename in command bar when there is one displayed in lualine #1205

Closed qbnil closed 4 months ago

qbnil commented 4 months ago

It's rather a suggestion than a bug, i didn't really figure this out, i displayed the file name in the lualine like that but there is also a default one: image i need to just leave the one i added, i tried doing vim.opt.statusline = "" to hide it completely, but this didn't work...

qbnil commented 4 months ago

Fixed this