Add mini.move

This commit is contained in:
Adam Beck 2025-05-29 10:07:17 -04:00
parent dd1927ccf8
commit 706c7ed878
1 changed files with 2 additions and 0 deletions

View File

@ -949,6 +949,8 @@ require('lazy').setup({
require('mini.pairs').setup() require('mini.pairs').setup()
require('mini.move').setup()
-- ... and there is more! -- ... and there is more!
-- Check out: https://github.com/echasnovski/mini.nvim -- Check out: https://github.com/echasnovski/mini.nvim
end, end,