nyngwang / NeoZoom.lua

A simple usecase of floating window to help you focus.
MIT License
184 stars 15 forks source link

Feature request: lualine integration #7

Closed onelesd closed 2 years ago

onelesd commented 2 years ago

It would be helpful to have an indicator of a zoomed in pane, lest we forget. One way to integrate is like so:

https://github.com/nvim-lualine/lualine.nvim#lua-expressions-as-lualine-component

onelesd commented 2 years ago

Another idea on indicating zoom that I like from emacs: https://github.com/emacsorphanage/zoom-window

nyngwang commented 2 years ago

Great idea. Comments moved to PR.

I think I will need to test&check about the solutions for the two. I will notify you when things got updated :)

nyngwang commented 2 years ago

The pre-requisite for the coloring has been completed, I will implement coloring in the following PR :)

nyngwang commented 2 years ago

@onelesd Closing issues on the old version. The new version facilitates a floating window for zooming. This makes the zoom-in window very special and achieves what you have described in this issue.