zen-mode.nvim
zen-mode.nvim copied to clipboard
Option to not disable status line? Or include word count?
Thanks for Zen Mode, I really love it for writing prose.
One thing I built for my lualine config is a word count for when I am in txt/md files. It shows the word count for the document, or if text is selected, the words in that selection:
Would you consider an option to enable a status line plugin like Lualine? Or perhaps a word count could be incorporated in Zen Mode?
Here is the little function I use: https://gist.github.com/benfrain/97f2b91087121b2d4ba0dcc4202d252f#file-setup-lualine-lua-L1-L13
This option would be really nice especially since Neovim now has the option to keep a global status line with set laststatus=3
I also agree that an option to keep the lualine would be very useful
Second that, having it as an option is helpful
Also, it would be very help to keep the winbar from lualine.
you can check out https://github.com/shortcuts/no-neck-pain.nvim it just centers the view and does not hide the status line
Thank you for the suggestion. It is not as beautiful as zen-mode, but it solves the problem.