]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/editor.lua
zsh: rnr function to add a task to read-and-review urls
[dotfiles.git] / nvim / lua / plugins / editor.lua
index 7c35330f3e5ec7f51f15424bfad7eaf842f05fbd..f5bfd74a67b3b2b7349a1f0dbe303b77717c38a1 100644 (file)
@@ -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