Would love to have a Lua alternative to vim-move but currently this plugin does not work at all with my config, because I have my own lua file in my config called utils.lua, so it creates a namespace collision with your plugin.
Your directory structure should look like this:
lua/
- move/
- init.lua <-- move.lua contents should be moved here
- utils.lua
- core/
- horiz.lua
- vert.lua
Would love to have a Lua alternative to
vim-move
but currently this plugin does not work at all with my config, because I have my own lua file in my config calledutils.lua
, so it creates a namespace collision with your plugin.Your directory structure should look like this: