Kong Jun

Results 3 comments of Kong Jun

I implemented these features via neovim0.5 lsp apis. ``` nmap gc lua vim.lsp.buf_request(0, '$ccls/call', param('callee', true), vim.lsp.handlers['textDocument/references']) nmap gC lua vim.lsp.buf_request(0, '$ccls/call', param(), vim.lsp.handlers['textDocument/references']) command! -nargs=0 Derived :lua vim.lsp.buf_request(0, '$ccls/inheritance',...

For anybody who wants to use SSH to download plugins: 1. [Add you SSH key to Github account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh). 2. Configure SSH: write something like this to ~/.ssh/config ``` Host github...