NeoZoom.lua icon indicating copy to clipboard operation
NeoZoom.lua copied to clipboard

A simple usecase of floating window to help you focus.

Results 22 NeoZoom.lua issues
Sort by recently updated
recently updated
newest added

## Idea When a user zoom-in, it will be really useful to setup a default layout for him, e.g. two equal-size vertical splits (simple = great). But more details need...

enhancement

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

enhancement

Sometimes we need to compare. (I haven't thought about the details.)

enhancement

Ran across your plugin today and love it! I'm struggling to get the exact result I would like to see though. I'm using no border, so basically just want a...

enhancement

When I return from the zoom mode back to the original, the `nowrap` window setting gets reset. Expected behavior: the `nowrap` setting on the window should always be preserved when...

Below is what I'm seeing with the following settings: ```lua { 'nyngwang/NeoZoom.lua', config = function() require('neo-zoom').setup { winopts = { offset = { top = 0, left = 0, width...

Like this: https://github.com/Bekaboo/deadcolumn.nvim/blob/master/lua/deadcolumn/configs.lua#L22-L34.

documentation
enhancement