X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f5c826495ca71f9c7e090727c4c479f1096cb018..aeb86e7d7f4ccc75cfbe8963817af8c696a0dea7:/nvim/lua/plugins/editor.lua diff --git a/nvim/lua/plugins/editor.lua b/nvim/lua/plugins/editor.lua index 7c35330..07e0a10 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")