zen-mode.nvim icon indicating copy to clipboard operation
zen-mode.nvim copied to clipboard

Option to not disable status line? Or include word count?

Open benfrain opened this issue 3 years ago • 1 comments
trafficstars

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:

image

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

benfrain avatar Dec 29 '21 11:12 benfrain

This option would be really nice especially since Neovim now has the option to keep a global status line with set laststatus=3

idr4n avatar Mar 26 '22 16:03 idr4n

I also agree that an option to keep the lualine would be very useful

chrisgrieser avatar Oct 24 '22 10:10 chrisgrieser

Second that, having it as an option is helpful

asmodeus812 avatar Nov 20 '22 15:11 asmodeus812

Also, it would be very help to keep the winbar from lualine.

felipecrp avatar Apr 10 '23 03:04 felipecrp

you can check out https://github.com/shortcuts/no-neck-pain.nvim it just centers the view and does not hide the status line

bartoszluka avatar Apr 10 '23 07:04 bartoszluka

Thank you for the suggestion. It is not as beautiful as zen-mode, but it solves the problem.

felipecrp avatar Apr 10 '23 13:04 felipecrp