vim-ccls
vim-ccls copied to clipboard
Vim plugin for the ccls language server
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...
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....