refactor(nvim): replace mini.cursorword with vim-illuminate
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 55s

This commit is contained in:
Price Hiller 2024-04-12 08:19:42 -05:00
parent c61a49d772
commit 727ef4df67
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
3 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1,6 @@
return {
{
"RRethy/vim-illuminate",
event = { "CursorHold", "BufReadPre", "BufNewFile" },
}
}

View File

@ -153,8 +153,9 @@ return {
{ "TelescopePreviewNormal", { bg = colors.sumiInk4 } },
{ "TelescopePreviewBorder", { link = "TelescopePreviewNormal" } },
{ "TelescopeResultsTitle", { fg = "NONE", bg = "NONE" } },
{ "MiniCursorword", { bg = colors.waveBlue2 } },
{ "MiniCursorwordCurrent", { bg = colors.waveBlue2 } },
{ "IlluminatedWordText", { bg = colors.waveBlue2 } },
{ "IlluminatedWordRead", { bg = colors.waveBlue2 } },
{ "IlluminatedWordWrite", { bg = colors.waveBlue2 } },
{ "rainbowcol1", { fg = colors.oniViolet } },
{ "rainbowcol2", { fg = colors.crystalBlue } },
{ "rainbowcol3", { fg = colors.lightBlue } },

View File

@ -4,7 +4,6 @@ return {
event = { "BufReadPre", "BufNewFile" },
config = function()
require("mini.align").setup({})
require("mini.cursorword").setup({})
end,
},
}