-
kok.nvim
Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
Hmm, this might be tricky to answer. COQ claims to be the fastest completion library and it seems to be very fast.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
ccls
C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
I was abled to build ccls on a RHEL 6 machine which also supports semantic highlighting with the help of this plugin. Would suggest to try that out.
-
vim-lsp-cxx-highlight
Discontinued Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd
I was abled to build ccls on a RHEL 6 machine which also supports semantic highlighting with the help of this plugin. Would suggest to try that out.
Related posts
-
What SQL formatter do you use? What can give you Intellij like formatting for SQL?
-
Need help with C/C++ setup for proper highlighting and LSP features
-
nlsp_settings: Root dir for pyright/jedi-ls
-
Managing multiple incompatible toolchains/compilers?
-
I'm not getting null-ls autocompletions for JSX unless tsserver is required