},
opts = {}
},
+ { "echasnovski/mini.hipatterns", -- highlight hex colours and other matched words
+ event = { "BufReadPost", "BufNewFile", "BufWritePre" },
+ opts = function()
+ local hi = require("mini.hipatterns")
+ return {
+ highlighters = {
+ hex_color = hi.gen_highlighter.hex_color({ priority = 2000 }),
+ },
+ }
+ end,
+ },
{ "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