jackguo380 / vim-lsp-cxx-highlight

Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd
MIT License
337 stars 26 forks source link

Suggestion: work with other languages #86

Closed Thesola10 closed 11 months ago

Thesola10 commented 1 year ago

Other language servers, such as ocaml-lsp also support semantic highlighting, so this plugin could be made more generic to support any language server with semantics built-in

Thesola10 commented 11 months ago

Nevermind, noticed this is a merged feature in base Neovim now.