nvim-go icon indicating copy to clipboard operation
nvim-go copied to clipboard

Go development plugin for Neovim written in pure Go

Results 6 nvim-go issues
Sort by recently updated
recently updated
newest added

When doing `PlugInstall` after following instructions, I was given the following error: 1 x Post-update hook for nvim-go ... Exit status: 2 │~ How do I find out what went...

## What Support dynamically changing goimports -local flag value from the current directory. ## References - https://github.com/zchee/nvim-go/blob/master/pkg/command/fmt.go#L76-L79 - https://github.com/golang/tools/blob/master/imports/fix.go#L31-L34 - https://github.com/golang/tools/blob/master/cmd/goimports/goimports.go#L50

area/command

## What Support https://godoc.org/golang.org/x/tools/go/analysis/unitchecker with Neovim virtualtext feature. ## References - https://github.com/golang/tools/tree/master/go/analysis/unitchecker

enhancement
area/command/lint

Since one of nvim-go stated goals is to be fully compatible with vim-go, I noticed that one of the config options missing at the moment is what command to run...

enhancement

When I excute :w many times in neovim, error occur like: Error detected while processing BufWritePre Auto Command for "*.go" Error detected while processing BufWritePost Auto Command for "*.go" E475:invalid...

bug

Do nvim-go will add syntax hightlight?

enhancement