dotfiles/nvim/lua/plugins/move.lua
2022-12-29 13:34:39 +00:00

4 lines
122 B
Lua

-- VIM Move for moving things around
-- https://github.com/matze/vim-move
return { 'matze/vim-move', event = "VeryLazy" }