ccls

C/C++/ObjC language server supporting LSP for code intelligence

brewmacoslinux
Try with needOr install directly
Source

About

C/C++/ObjC language server

Commands

ccls

Examples

Start the language server on default port 11521$ ccls
Start with custom configuration file$ ccls --init={"index":{"threads":4}}
Use with editor integration (e.g., Neovim with coc-ccls)$ ccls --log-file=/tmp/ccls.log