mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-28 02:21:57 +00:00
LanguageClient-neovim: ccls/navigate
parent
00c0e9fea8
commit
b65f0e6d3c
@ -67,6 +67,15 @@ bear gcc x.c -o x
|
|||||||
|
|
||||||
or any other
|
or any other
|
||||||
|
|
||||||
|
### `$ccls/navigate`
|
||||||
|
|
||||||
|
```vim
|
||||||
|
nn <silent> xh :call LanguageClient#findLocations({'method':'$ccls/navigate','direction':'L'})<cr>
|
||||||
|
nn <silent> xj :call LanguageClient#findLocations({'method':'$ccls/navigate','direction':'D'})<cr>
|
||||||
|
nn <silent> xk :call LanguageClient#findLocations({'method':'$ccls/navigate','direction':'U'})<cr>
|
||||||
|
nn <silent> xl :call LanguageClient#findLocations({'method':'$ccls/navigate','direction':'R'})<cr>
|
||||||
|
```
|
||||||
|
|
||||||
### Custom cross references
|
### Custom cross references
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
|
Loading…
Reference in New Issue
Block a user