vimrc: configure delve
This commit is contained in:
parent
1764e7b92d
commit
6b2d2a9b10
@ -827,6 +827,13 @@ augroup vimgo
|
|||||||
" Use new vim 8.2 popup windows for Go Doc
|
" Use new vim 8.2 popup windows for Go Doc
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
|
||||||
|
" delve/dlv
|
||||||
|
let g:go_debug_windows = {
|
||||||
|
\ 'vars': 'rightbelow 60vnew',
|
||||||
|
\ 'stack': 'rightbelow 10new',
|
||||||
|
\ }
|
||||||
|
|
||||||
" go_tags
|
" go_tags
|
||||||
"------------------------------------
|
"------------------------------------
|
||||||
exec 'source ' . escape(expand('~/.vim'),' ') . '/' . 'gotags.vimrc.vim'
|
exec 'source ' . escape(expand('~/.vim'),' ') . '/' . 'gotags.vimrc.vim'
|
||||||
|
Loading…
Reference in New Issue
Block a user