Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
695 stars 111 forks source link

feat: highlight coc symbol under cursor #121

Closed VytautasT closed 1 year ago

VytautasT commented 1 year ago

This adds the coc.nvim highlight groups which are used for highlighting the symbol at the current cursor position.

The colors are the same as LSP reference highlight colors: dark, light.

Dark: image

Light: image