add vim-illuminate integration #258

v2.5
siduck 2 years ago
parent fa4213049c
commit 69d336cba4

@ -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,

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