vim-ccls icon indicating copy to clipboard operation
vim-ccls copied to clipboard

Vim plugin for the ccls language server

Results 6 vim-ccls issues
Sort by recently updated
recently updated
newest added

More very useful keybindings to be used in the treeview panel/popup: - set the symbol under cursor as new root for callers - set the symbol under cursor as new...

The current test strategy uses mocks of the LSP client APIs. This provides a controlled environment and helps preventing regressions, but it is not enough to prevent issues due to...

continuous integration

This is string variable that store the regex for excluding item from yggdrasil-tree. Example below is to always exclude all item from std:: library and Qt internal classes. { "firman199x/vim-ccls",...

Modify function ccls#lsp#request so that when the current vim has both vim-lsp / nvim-lspconfig plugins loaded, we can correctly detect the one truely in-use. Still prefer vim-lsp to nvim-lspconfig, though....