Wansmer / sibling-swap.nvim

Neovim plugin for swaps closest siblings with Tree-Sitter
MIT License
155 stars 1 forks source link

Added allow_interline_swaps setting #2

Closed HungryJoe closed 1 year ago

HungryJoe commented 1 year ago

Setting allow_interline_swaps to true will allow swaps across lines; it is false by default.

b0o commented 1 year ago

I was about to open an issue to suggest this. Tested out your PR and it's exactly what I was looking for! +1

Wansmer commented 1 year ago

Sorry for the long wait. Great PR, thanks for contributing!