A tiny plugin for Neovim 0.12+ that equalizes splits when the terminal is resized.
Zero config. ~10 lines of Lua.
- Equalizes all splits on terminal resize
- Preserves your current tab (doesn't jump to another tab)
- Works out of the box — no setup call required
- Neovim >= 0.12
Add to your vim.pack.add() call:
"https://github.com/swaits/tiny-equalizer.nvim",On VimResized, runs tabdo wincmd = to equalize all splits across all
tabs, then switches back to the tab you were on.