diff --git a/.config/nvim/lua/plugin/mini.lua b/.config/nvim/lua/plugin/mini.lua index 2350f91..1b83cea 100644 --- a/.config/nvim/lua/plugin/mini.lua +++ b/.config/nvim/lua/plugin/mini.lua @@ -14,6 +14,7 @@ end require('mini.ai').setup() require('mini.surround').setup() +require('mini.move').setup() require('mini.operators').setup() require('mini.indentscope').setup({ @@ -28,25 +29,6 @@ require('mini.indentscope').setup({ }) vim.api.nvim_set_hl(0, 'MiniIndentscopeSymbol', { fg = _G.userdat.palette.dark2, bg = nil }) -require('mini.move').setup({ - mappings = { - -- move visual selection in visual mode - left = '', - down = '', - up = '', - right = '', - - -- move current line in normal mode - line_left = '', - line_down = '', - line_up = '', - line_right = '', - }, - options = { - reindent_linewise = true, -- automatically re-indent selection during line vertical move - }, -}) - require('mini.statusline').setup({ content = { active = function()