windows.nvim icon indicating copy to clipboard operation
windows.nvim copied to clipboard

Automatically expand width of the current window. Maximizes and restore it. And all this with nice animations!

Results 23 windows.nvim issues
Sort by recently updated
recently updated
newest added

Imo would be cool to have option to auto adjust win height too. Thanks for great plug!

full log: ```txt E5108: Error executing lua: ...al/share/nvim/lazy/mini.bufremove/lua/mini/bufremove.lua:143: Error executing lua: ...al/share/nvim/lazy/mini.bufremove/lua/mini/bufremove. lua:162: BufWinEnter Autocommands for "*": Vim(append):Error executing lua callback: ...l/share/nvim/lazy/windows.nvim/lua/windows/lib/frame.lua:98: attempt to index loca l 'curwinLeaf' (a nil...

any way to work around this? currently I just disable WindowsAutoWidth but It's a very convinent feature that can positively change the workflow How to reproduce: 1. Use WindowsMaxmize 2....

Hi, thanks for the neat plugin! It would be cool if `windows.nvim` could also animate commands like `30

Some plugins will create splits in windows that do not initially have a file type. This can be problematic as the auto command will fire and resize that window. We...

`:set filetype?` in a netrw window returns "netrw". this config, however, does not seem to take any affect, windows.nvim still auto-resizes the window ```lua require("windows").setup { autowidth = { enable...

When entering terminal mode `:term` the mode is set to normal instead of terminal but commands are parsed to the terminal. For example if ss is bound to `function_x()` the...

Aerial normally opens to the smallest width possible to fit the text, but with this plugin it sometimes opens it to half the screen width and sometimes its the correct...

I apologize for the issue raised. I have a question. There are borderlines between windows in the demo video. This is done by using your plugin or some other (Can...