- Notifications
You must be signed in to change notification settings - Fork5
Go development plugin for Neovim written in pure Go
License
zchee/nvim-go
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
nvim-go is a Go development plugin for Neovim written inpure Go.
Installing Neovim - Neovim wiki
Getting Started - The Go Programming Language
Requires Go1.11.x or higter. or, usedevel.
nvim-go usesGo 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 yourinit.vim:
" dein.vimcalldein#add('zchee/nvim-go', {'build':'make'})" NeoBundleNeoBundle'zchee/nvim-go', {'build': {'unix':'make'}}" vim-plugPlug'zchee/nvim-go', {'do':'make'}
- First goal is fully compatible vim-go.
- SeeTODO.md.
- Delve debugger GUI interface.
- fatih/vim-go
- nvim-go is largely inspired by vim-go. Thanks@fatih and vim-go'scontributors.
- 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 inyour country.
Peace on Earth.
nvim-go is released under the BSD 3-Clause License.
About
Go development plugin for Neovim written in pure Go
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.