vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.85k stars 69 forks source link

Tabline no showed #132

Closed alexander-arce closed 4 years ago

alexander-arce commented 4 years ago

Hi, On my current setup table is not showing. Anyone can advise for enabled this feature. imagen

Thanks

smolck commented 4 years ago

You should be able to run gnvim with this command to show it:

$ gnvim --disable-ext-tabline

61 should make this possible via init.vim/.vimrc instead of command line args, but it isn't merged yet. If you'd rather use that branch so you don't have to specify command line args, I should be able to update it for you (I think it's fairly out of date), just let me know.

alexander-arce commented 4 years ago

You should be able to run gnvim with this command to show it:

$ gnvim --disable-ext-tabline

61 should make this possible via init.vim/.vimrc instead of command line args, but it isn't merged yet. If you'd rather use that branch so you don't have to specify command line args, I should be able to update it for you (I think it's fairly out of date), just let me know.

Thanks @smolck that's the trick!