Skip to content

Commit fae34f7

Browse files
dhruvinshDhruvin Shah
and
Dhruvin Shah
authored
feat: adding vim-illuminate support (#222)
Co-authored-by: Dhruvin Shah <[email protected]>
1 parent fd3e225 commit fae34f7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ require('lualine').setup {
221221
+ [Neotest](https://github.com/nvim-neotest/neotest)
222222
+ [Barbecue](https://github.com/utilyre/barbecue.nvim)
223223
+ [IndentBlankline](https://github.com/lukas-reineke/indent-blankline.nvim)
224+
+ [vim-illuminate](https://github.com/RRethy/vim-illuminate)
224225

225226
## Reference
226227
* [tokyodark.nvim](https://github.com/tiagovla/tokyodark.nvim)

lua/onedark/highlights.lua

+8
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,14 @@ hl.plugins.mini = {
746746
MiniTrailspace = { bg = c.red },
747747
}
748748

749+
hl.plugins.illuminate = {
750+
illuminatedWord = { bg = c.bg2, fmt = "bold" },
751+
illuminatedCurWord = { bg = c.bg2, fmt = "bold" },
752+
IlluminatedWordText = { bg = c.bg2, fmt = "bold" },
753+
IlluminatedWordRead = { bg = c.bg2, fmt = "bold" },
754+
IlluminatedWordWrite = { bg = c.bg2, fmt = "bold" },
755+
}
756+
749757
hl.langs.c = {
750758
cInclude = colors.Blue,
751759
cStorageClass = colors.Purple,

0 commit comments

Comments
 (0)