refactor(nvim): replace mini.cursorword
with vim-illuminate
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 55s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 55s
This commit is contained in:
parent
c61a49d772
commit
727ef4df67
6
dots/.config/nvim/lua/plugins/configs/illuminate.lua
Normal file
6
dots/.config/nvim/lua/plugins/configs/illuminate.lua
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
return {
|
||||||
|
{
|
||||||
|
"RRethy/vim-illuminate",
|
||||||
|
event = { "CursorHold", "BufReadPre", "BufNewFile" },
|
||||||
|
}
|
||||||
|
}
|
@ -153,8 +153,9 @@ return {
|
|||||||
{ "TelescopePreviewNormal", { bg = colors.sumiInk4 } },
|
{ "TelescopePreviewNormal", { bg = colors.sumiInk4 } },
|
||||||
{ "TelescopePreviewBorder", { link = "TelescopePreviewNormal" } },
|
{ "TelescopePreviewBorder", { link = "TelescopePreviewNormal" } },
|
||||||
{ "TelescopeResultsTitle", { fg = "NONE", bg = "NONE" } },
|
{ "TelescopeResultsTitle", { fg = "NONE", bg = "NONE" } },
|
||||||
{ "MiniCursorword", { bg = colors.waveBlue2 } },
|
{ "IlluminatedWordText", { bg = colors.waveBlue2 } },
|
||||||
{ "MiniCursorwordCurrent", { bg = colors.waveBlue2 } },
|
{ "IlluminatedWordRead", { bg = colors.waveBlue2 } },
|
||||||
|
{ "IlluminatedWordWrite", { bg = colors.waveBlue2 } },
|
||||||
{ "rainbowcol1", { fg = colors.oniViolet } },
|
{ "rainbowcol1", { fg = colors.oniViolet } },
|
||||||
{ "rainbowcol2", { fg = colors.crystalBlue } },
|
{ "rainbowcol2", { fg = colors.crystalBlue } },
|
||||||
{ "rainbowcol3", { fg = colors.lightBlue } },
|
{ "rainbowcol3", { fg = colors.lightBlue } },
|
||||||
|
@ -4,7 +4,6 @@ return {
|
|||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
config = function()
|
config = function()
|
||||||
require("mini.align").setup({})
|
require("mini.align").setup({})
|
||||||
require("mini.cursorword").setup({})
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user