vimrc: configure delve

This commit is contained in:
surtur 2024-03-26 21:24:00 +01:00
parent 1764e7b92d
commit 6b2d2a9b10
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -827,6 +827,13 @@ augroup vimgo
" Use new vim 8.2 popup windows for Go Doc
augroup END
" delve/dlv
let g:go_debug_windows = {
\ 'vars': 'rightbelow 60vnew',
\ 'stack': 'rightbelow 10new',
\ }
" go_tags
"------------------------------------
exec 'source ' . escape(expand('~/.vim'),' ') . '/' . 'gotags.vimrc.vim'