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
{{ message }}
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
Your plugin was very useful when I used vim+coc+ccls in the past.
now I mainly use neovim+ccls because the neovim more fast. I'm mostly using treesitter to provide highlighting because it works so well with my color theme.
When using ccls as my lsp, it doesn't seem to support conditional compilation well enough to provide effective highlighting.
When I tried vim-lsp-cxx-hight again, I found that it solves the problem effectively. But it also affects the highlighting of other symbols.
So I would like to be able to enable only macro related highlighting and turn off other settings.
I want to know how can I do it?
Your plugin was very useful when I used vim+coc+ccls in the past.
now I mainly use neovim+ccls because the neovim more fast. I'm mostly using treesitter to provide highlighting because it works so well with my color theme.
When using ccls as my lsp, it doesn't seem to support conditional compilation well enough to provide effective highlighting.
When I tried vim-lsp-cxx-hight again, I found that it solves the problem effectively. But it also affects the highlighting of other symbols.
So I would like to be able to enable only macro related highlighting and turn off other settings.
I want to know how can I do it?
below is my
lsp-config.lua
:The text was updated successfully, but these errors were encountered: