X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f5c826495ca71f9c7e090727c4c479f1096cb018..ece60757f9fbea873952d61e8705e9dee1373ea1:/nvim/lua/plugins/editor.lua?ds=sidebyside diff --git a/nvim/lua/plugins/editor.lua b/nvim/lua/plugins/editor.lua index 7c35330..f5bfd74 100644 --- a/nvim/lua/plugins/editor.lua +++ b/nvim/lua/plugins/editor.lua @@ -83,7 +83,7 @@ return { }, opts = {} }, - { "echasnovski/mini.hipatterns", -- highlight hex colours and other matched words + { "nvim-mini/mini.hipatterns", -- highlight hex colours and other matched words event = { "BufReadPost", "BufNewFile", "BufWritePre" }, opts = function() local hi = require("mini.hipatterns") @@ -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