Skip to content

Releases: fedepujol/move.nvim

v2.0.0

31 Jan 19:07
cccbd4e
Compare
Choose a tag to compare

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

31 Jan 18:57
fde95a2
Compare
Choose a tag to compare

Pre-config based release version.

This is created to avoid issues with the new version that has a setup function.