X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/aeb86e7d7f4ccc75cfbe8963817af8c696a0dea7..ece60757f9fbea873952d61e8705e9dee1373ea1:/nvim/lua/plugins/editor.lua?ds=sidebyside diff --git a/nvim/lua/plugins/editor.lua b/nvim/lua/plugins/editor.lua index 07e0a10..f5bfd74 100644 --- a/nvim/lua/plugins/editor.lua +++ b/nvim/lua/plugins/editor.lua @@ -94,6 +94,9 @@ return { } end, }, + { "nvim-mini/mini.operators", -- text edit operators + opts = {}, + }, { "folke/flash.nvim", -- Flash enhances the built-in search functionality by showing labels -- at the end of each match, letting you quickly jump to a specific