neovim / go-client

Nvim Go client
https://pkg.go.dev/github.com/neovim/go-client
Apache License 2.0
567 stars 36 forks source link

Tutorial is not working #58

Closed gennad closed 4 months ago

gennad commented 5 years ago

I've built the go binary but after adding the code from tutorial to my init.vim, I'm getting the following error:

gennad@gennad-fedora-R90QNFJT ~/m/go/nvim> nvim ~/.config/nvim/init.vim
Error detected while processing /home/gennad/m/configs/nvim/init.vim:
line  160:
E117: Unknown function: remote#host#Register
line  165:
E117: Unknown function: remote#host#RegisterPlugin
Press ENTER or type command to continue

Am I doing anything wrong? Could you update the example in README?

zchee commented 5 years ago

@gennad I'll check later.

zchee commented 5 years ago

@gennad The short answer is, See https://github.com/zchee/nvim-go/blob/core/rearchitecture/plugin/nvim-go.vim. I'll more details comment later.

justinmk commented 4 months ago

Remote plugins will be greatly simplified by https://github.com/neovim/neovim/issues/27949 , and we will update the docs then.