You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just want to put this out here as a potential discussion.
Currently Semshi applies some certain highlighting colors irrespective of the colorscheme. With the rise of LSP Semantic highlight, there are many colorscheme out there with dedicated support for this.
Should Semshi adapts to the colorscheme where possible?
Yes, semshi was written a long time ago when LSP and treesitter was not landed yet. Semshi's highlight setup is hi def so it won't override any existing configs if any.
In the next version, I'm going to change the default highlight linked to @Lsp like highlight groups.
Hi, I just want to put this out here as a potential discussion.
Currently Semshi applies some certain highlighting colors irrespective of the colorscheme. With the rise of LSP Semantic highlight, there are many colorscheme out there with dedicated support for this.
Should Semshi adapts to the colorscheme where possible?
An example is my contribution of Semshi extra to LazyVim, where I only applied style, not color, or linked to LSP color provided by the colorscheme. https://github.com/LazyVim/LazyVim/pull/1149/files
The text was updated successfully, but these errors were encountered: