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

Maximize window splits. A Neovim plugin written in Lua!

Results 6 maximize.nvim issues
Sort by recently updated
recently updated
newest added

Plugins that have windows always open don't get maximized / restored properly (e.g. nvim-tree, aerial). This PR implements integrations for specific plugins to clear their windows before `maximize.maximize()` and restoring...

Hi, I noticed that this plugin was the only one of mine that did not work for windows. I went ahead and removed the error message and found that the...

Currently the plugin doesn't work with nvim-dap-ui's elements (like the buffer of the watchers for example). It doesn't even restore them if you toggle maximize the source code buffer. I...

When noice is set to route the messages this plugin doesn't work, error with `invalid buffer id`

The quickfix buftype can be saved by adding localoptions to the sessionoptions but it still doesnt populate the window once the view is restored

After :Maximize or any of the other functions to get back to the restored view I end up in insert mode instead of staying in normal mode.