From 131dc54bd2853305f63d8b370b602281e338c8d6 Mon Sep 17 00:00:00 2001 From: Kent Smith Date: Sun, 20 Aug 2023 09:58:15 -0700 Subject: gdb stuff --- .vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index e2c82d7..8ea0d6d 100644 --- a/.vimrc +++ b/.vimrc @@ -256,7 +256,7 @@ function! s:on_lsp_buffer_enabled() abort nmap rn (lsp-rename) nmap [g (lsp-previous-diagnostic) nmap ]g (lsp-next-diagnostic) - nmap K (lsp-hover) + nmap K (lsp-hover) nnoremap lsp#scroll(+4) nnoremap lsp#scroll(-4) @@ -285,3 +285,8 @@ endif inoremap pumvisible() ? "\" : "\" inoremap pumvisible() ? "\" : "\" inoremap pumvisible() ? asyncomplete#close_popup() : "\" + +let g:termdebug_popup = 0 +let g:termdebug_wide = 163 + +vnoremap d :DB -- cgit v1.2.3