]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/pack/stargrave/start/go-gogetdoc/ftplugin/go/gogetdoc.vim
Move to vim9script
[dotfiles.git] / vim / .vim / pack / stargrave / start / go-gogetdoc / ftplugin / go / gogetdoc.vim
1 if exists("*go#getdoc#Do") | finish | endif
2 let b:mein_status_func=function("go#getdoc#Status")
3 nmap <buffer> <silent> <CR> :call go#getdoc#Do()<CR>