From 29c6f8c2bc4764b21a2ee6b5c6aa434f59811b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no> Date: Fri, 5 Aug 2022 18:08:47 +0200 Subject: [PATCH] Coc: Add clangd keybinds for symbol and AST --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 392c1dd..e685750 100644 --- a/.vimrc +++ b/.vimrc @@ -944,7 +944,8 @@ nmap <silent> <leader>me <Plug>(coc-command)expandMacro nmap <silent> <leader>gh :CocCommand clangd.switchSourceHeader<CR> nmap <silent> <leader>gH :CocCommand clangd.switchSourceHeader vsplit<CR> -nmap <silent> <leader>gsi :CocCommand clangd.SymbolInfo<CR> +nmap <silent> <leader>gsi :CocCommand clangd.symbolInfo<CR> +nmap <silent> <leader>gast :CocCommand clangd.ast<CR> " From coc-completion-help 2022-08-01 inoremap <expr> <cr> coc#pum#visible() ? coc#_select_confirm() : "\<CR>" -- GitLab