stamblerre / gocode

An autocompletion daemon for the Go programming language
MIT License
394 stars 28 forks source link

Vim setup paths #12

Closed jeroenrinzema closed 5 years ago

jeroenrinzema commented 5 years ago

I just noticed and suspect that the Vim installation paths are incorrect. Shouldn't: Plug 'mdempsky/gocode', { 'rtp': 'vim', 'do': '~/.vim/plugged/gocode/vim/symlink.sh' } Be?: Plug 'stamblerre/gocode', { 'rtp': 'vim', 'do': '~/.vim/plugged/gocode/vim/symlink.sh' }

stamblerre commented 5 years ago

Fixed with https://github.com/stamblerre/gocode/commit/2c62dd5df32d994e6078e55fa9b09937cd9e1bdf. Thanks!