nvim-go is a Go development plugin for Neovim written in pure Go.
Installing Neovim - Neovim wiki
Getting Started - The Go Programming Language
Requires Go 1.11.x
or higter. or, use devel
.
nvim-go uses Go 1.11 Modules.
We can build nvim-go outside $GOPATH
. It's still early development feature. For use it, needs to:
export GO111MODULE='on'
After that, Just add following line to your init.vim
:
" dein.vim
call dein#add('zchee/nvim-go', {'build': 'make'})
" NeoBundle
NeoBundle 'zchee/nvim-go', {'build': {'unix': 'make'}}
" vim-plug
Plug 'zchee/nvim-go', { 'do': 'make'}
- First goal is fully compatible vim-go.
- See TODO.md.
- Delve debugger GUI interface.
- fatih/vim-go
- nvim-go is largely inspired by vim-go. Thanks @fatih and vim-go's contributors.
- neovim/go-client
- Official Go client for Neovim remote plugin interface.
- The first architecture was written by @garyburd.
- Authors of vendor packages.
- The Go Authors.
Please donate to the location in need of donations in your country.
Peace on Earth.
nvim-go is released under the BSD 3-Clause License.