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
: