VidocqH / lsp-lens.nvim

Neovim plugin for displaying references and difinition infos upon functions like JB's IDEA.
MIT License
252 stars 15 forks source link

fix: don't override highlights if already set #1

Closed olimorris closed 1 year ago

olimorris commented 1 year ago

Currently if a colorscheme loads before the lsp-lens, then its highlight groups will be overridden

VidocqH commented 1 year ago

Thanks!