add vim-illuminate integration #258

This commit is contained in:
siduck 2024-03-10 09:19:49 +05:30
parent fa4213049c
commit 69d336cba4
2 changed files with 5 additions and 5 deletions

View file

@ -33,11 +33,6 @@ local M = {
bg = colors.lightbg,
},
St_EmptySpace2 = {
fg = colors.grey,
bg = statusline_bg,
},
St_file = {
bg = colors.lightbg,
fg = colors.white,

View file

@ -0,0 +1,5 @@
return {
IlluminatedWordText = { bold = true, reverse = true },
IlluminatedWordRead = { bold = true, reverse = true },
IlluminatedWordWrite = { bold = true, reverse = true },
}