ccls.nvim icon indicating copy to clipboard operation
ccls.nvim copied to clipboard

Neovim plugin for ccls language server. Leverages off-spec extensions to LSP client with AST browser

Results 3 ccls.nvim issues
Sort by recently updated
recently updated
newest added

Thanks for the plugin. Wondering if it would be easy to support https://github.com/MaskRay/ccls/wiki/LSP-Extensions#cclsnavigate

[coc.nvim](https://github.com/neoclide/coc.nvim) is a popular alternative to the packaged LSP for neovim. It offers a standard API to query the language server as you'd expect. [ccls's own documentation](https://github.com/MaskRay/ccls/wiki/coc.nvim) explains how one...