Vonr / align.nvim

A minimal plugin for NeoVim for aligning lines
GNU General Public License v3.0
150 stars 4 forks source link

fix: splits closing when using align with preview #23

Closed floflo0 closed 5 months ago

floflo0 commented 8 months ago

Fix #19

When the preview buffer was deleted, it also close the window. So changing the current buffer of the window first prevent this.