File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ require('lualine').setup {
221
221
+ [ Neotest] ( https://github.com/nvim-neotest/neotest )
222
222
+ [ Barbecue] ( https://github.com/utilyre/barbecue.nvim )
223
223
+ [ IndentBlankline] ( https://github.com/lukas-reineke/indent-blankline.nvim )
224
+ + [ vim-illuminate] ( https://github.com/RRethy/vim-illuminate )
224
225
225
226
## Reference
226
227
* [ tokyodark.nvim] ( https://github.com/tiagovla/tokyodark.nvim )
Original file line number Diff line number Diff line change @@ -746,6 +746,14 @@ hl.plugins.mini = {
746
746
MiniTrailspace = { bg = c .red },
747
747
}
748
748
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
+
749
757
hl .langs .c = {
750
758
cInclude = colors .Blue ,
751
759
cStorageClass = colors .Purple ,
You can’t perform that action at this time.
0 commit comments