fedepujol / move.nvim

Gain the power to move lines and blocks and auto-indent them!
GNU General Public License v3.0
345 stars 6 forks source link

Add option to disable auto-indent #21

Closed qadzek closed 8 months ago

qadzek commented 1 year ago

Thanks for this nice plugin.

E.g. vim-move has this option: let g:move_auto_indent = 0.

fedepujol commented 8 months ago

Thanks!

Yes, I'm re-doing the whole setup part and this will be an option per mode

fedepujol commented 8 months ago

This is done through the config options now.

qadzek commented 8 months ago

Thanks for implementing this feature. I just updated the plugin and added the configuration; it seems to be working as expected.