]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/editor.lua
nvim: replace url in mini.nvim plugins with GH org
[dotfiles.git] / nvim / lua / plugins / editor.lua
index 7c35330f3e5ec7f51f15424bfad7eaf842f05fbd..07e0a10ecd2adc7ee5ab6734fba1e45293d15ebe 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")