NLKNguyen / papercolor-theme

:art: Light & Dark Vim color schemes inspired by Google's Material Design
MIT License
2.7k stars 235 forks source link

Set background color in same words #158

Closed yueyingjuesha closed 4 years ago

yueyingjuesha commented 4 years ago

I noticed that in cpp code when I place the cursor under a variable name, all the variable with the same name in the same cope changed its background color a little bit(from white to light grey), I am wondering how do I change this background color? Thanks

yueyingjuesha commented 4 years ago

never mind, it's a plugin coc.nvim functionality: autocmd CursorHold * silent call CocActionAsync('highlight')