You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autocmd FileType go nmap <silent> <Leader>v <Plug>(go-def-vertical)
The above mapping stopped working. It opens the definition in a vertical window, but the cursor is not placed inside the new window. It doesn't jump anymore to the definition.
vim-go version: latest HEAD
vim version: 8.1.1400
I didn't debugged it yet, just opening it to track it.
The text was updated successfully, but these errors were encountered:
This is only an issue when g:go_def_mode='gopls' and is happening because the gopls integration doesn't have an exit or close handler. I'll should be able to fix this very soon.
bhcleek
added a commit
to bhcleek/vim-go
that referenced
this issue
May 29, 2019
The above mapping stopped working. It opens the definition in a vertical window, but the cursor is not placed inside the new window. It doesn't jump anymore to the definition.
I didn't debugged it yet, just opening it to track it.
The text was updated successfully, but these errors were encountered: