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.
With autozimu/LanguageClient-neovim#954 now merged, what remains for LanguageClient-neovim + clangd support? Using neovim and this plugin, highlighting doesn't appear to work out of the box. Is there more configuration required?
Thanks for the awesome plugin.
The text was updated successfully, but these errors were encountered:
Hi, support for clangd (and other servers supported the proposed standard) is done entirely in LanguageClient-neovim, you don't need vim-lsp-cxx-highlight.
I realized I forgot to update the documentation for LanguageClient-neovim after autozimu/LanguageClient-neovim#954 got merged. But for reference I currently have the following configuration for clangd semantic highlighting:
This is a fairly minimal configuration but should provide similar highlighting to what vim-lsp-cxx-highlight provides currently. Also note that clangd 10 and 11 provide more scopes than 9 such as ones for preprocessor (macros and skipped regions) which aren't in this configuration.
With autozimu/LanguageClient-neovim#954 now merged, what remains for LanguageClient-neovim + clangd support? Using neovim and this plugin, highlighting doesn't appear to work out of the box. Is there more configuration required?
Thanks for the awesome plugin.
The text was updated successfully, but these errors were encountered: