go.nvim
go.nvim copied to clipboard
A feature-rich Go development plugin, leveraging gopls, treesitter AST, Dap, and various Go tools to enhance the dev experience.
After updating to a9b6697, (I think I was on 2371bf4 previously), I see the following when my BufWritePre autocommand calls gofmt() ``` Error detected while processing BufWritePre Autocommands for "*.go":...
After upgrading to latest I get a notification that I'm running a old version of neovim from https://github.com/ray-x/go.nvim/blob/master/lua/go/format.lua#L21 but I'm using latest stable ``` vim --version NVIM v0.7.2 Build type:...
Hi, i just created a little cli tool that helps refactoring/moving packages and renaming the module itself. It's literally just been released, but i figured you might be interested in...
Hello, When using `GoAlt` it correctly moves from the test file to the source code. However, when moving from the source code to the test file it opens a file...
just like this in goland  
A list of breaking changes. 21/06/22 https://github.com/ray-x/go.nvim/issues/137 Break from dap-ui. Require both go.nvim and dap-ui update to latest.
Add link to `cheat.sh` and fix the code block
will be similar to what vscode-go is doing now. e.g. Register a new codelens for go.nvim debug-unit-test to codelens. So a virtual text of `debug test` will be shown on...
As the title says, I would like to disable this feature for myself, how can I do this?
I saw in the README, that I can do the refactor stuff using your plugin. ``` Code refactor made easy: GoFixPlural, FixStruct, FixSwitch, Add comment, IfErr, ModTidy, GoGet, extract function/block...