NeoZoom.lua
NeoZoom.lua copied to clipboard
A simple usecase of floating window to help you focus.
Refs: fixes #32
I have this error with `de0e27a3e619ed3f79232ba8daf0ae1a8e92bfea` changeset on Neovim version 0.7.2: ``` packer.nvim: Error running config for NeoZoom.lua: ...nvim/site/pack/packer/start/NeoZoom.lua/lua/neo-zoom.lua:29: attempt to index local 'opt' (a nil value) ``` I wounder...
As the title says, `:q` gives an error when called in a zoom ``` Error detected while processing WinEnter Autocommands for "*": Error executing lua callback: ...nvim/site/pack/packer/start/NeoZoom.lua/lua/neo-zoom.lua:92: Invalid window id:...
Hello, thank you for this plugin, I love the idea! I blindly copied the docs configuration, trusting that the upper case variables were just available globals, but it seems that...
``` E5108: Error executing lua ...nvim/site/pack/packer/start/NeoZoom.lua/lua/neo-zoom.lua:48: 'width' key must be a positive Integer stack traceback: [C]: in function 'nvim_open_win' ...nvim/site/pack/packer/start/NeoZoom.lua/lua/neo-zoom.lua:48: in function 'neo_zoom' [string ":lua"]:1: in main chunk ```
Based on the `README` and some quick testing. This plugin seems to be based around working with the tabline. But I found a niche problem if a user such as...
In normal splits you can do something like: - `:above vsp`: Create a split to the right - `:below vsp`: Create a split to the left - `:above split`: Create...
## Idea Sometimes we might just want to use the plain-old `:tabnew`. But then it will not be traced by NeoZoom. So here is an idea: also detect these orphans...
## What(TF) is NeoMode, exactly? Take it easy, let's take a look at the classic scene in **_Matrix_**: [](https://youtu.be/3vlzKaH4mpw?t=27) When NeoMode is enabled, and the behaviour of `NeoZoomToggle` will change:...