},
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")
}
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