Releases: fedepujol/move.nvim
Releases · fedepujol/move.nvim
v2.0.0
Starting for now on, you have the ability to configure the plugin through the setup function.
-- An empty setup will load the defaults
require('move').setup({})
-- Only removes the indentation of the line movement
require('move').setup({
line = {
indent = false
},
}
v1.0.0
Pre-config based release version.
This is created to avoid issues with the new version that has a setup function.