ChristianChiarulli / nvim

My neovim config
GNU General Public License v3.0
963 stars 246 forks source link

Question: which plugin/option is responsible for automatic symbols highlighting? #48

Closed lexmsl closed 2 years ago

lexmsl commented 2 years ago

Hello.

Which plugin/option is responsible for automatic symbols highlighting under cursor?

erlonbie commented 2 years ago

Hello.

Which plugin/option is responsible for automatic symbols highlighting under cursor?

lsp_highlight_document(client) inside handler.lua

ChristianChiarulli commented 2 years ago

I'm using vim-illuminate

lexmsl commented 2 years ago

Thanks a lot!