matze / vim-move

Plugin to move lines and selections up and down
http://www.vim.org/scripts/script.php?script_id=4687
MIT License
1.2k stars 56 forks source link

reindent functionality cleanup #61

Closed booperlv closed 3 years ago

booperlv commented 3 years ago

forgot that in #60, the sorting was not necessary like in the plugin I was making. Simply removes the sort([first, last], 'n') as it no longer has purpose.

matze commented 3 years ago

Thanks again. By the way, where's your plugin hosted? I'm also 100% on neovim, so it might make sense to switch over at some point.

booperlv commented 3 years ago

It's still currently a work in progress, it doesn't really offer much more than vim-move right now :P. Only upper hand right now is that it's written in lua and that I've successfully implemented undojoin. I'll bring the repo up once I finish up the documentation and configuration, and finish up some of the changes.

booperlv commented 2 years ago

Thanks again. By the way, where's your plugin hosted? I'm also 100% on neovim, so it might make sense to switch over at some point.

I'm back after way too long :D Here's the plugin I have finally, successfully finished (in terms of core functionality anyway)