-
-
When i save the file, it will create a new file instead of do formatting
![image](https://github.com/dreamsofcode-io/neovim-go-config/assets/72334350/588ea189-6272-4f46-bd6f-42793760a380)
And when i…
-
I followed the README to install `format-on-save.nvim` and Neovim is throwing an error when it starts up:
```
Error detected while processing /home/jordan/.config/nvim/init.lua: …
-
### Env
go version: 1.19
os: darwin/arm64
### Description
While my project contains the grpc versioned v1.61, goimports-reviser would faild with following message:
```bash
/Users/xxxx/.g…
-
### Description
Arguments are ignored when used with `./...`
https://github.com/incu6us/goimports-reviser/issues/93
`make lint-imports` will always happily exit 0.
### Steps to reproduce the i…
-
Installed with snap and now I'm getting:
`Failed to fix file: err: go command required, not found: exec: "go": executable file not found in $PATH: stderr:`
even though go (1.19) is in my $PATH.
-
### I've searched open issues for similar requests
- [X] Yes
### I've recently downloaded the latest plugin version of mason.nvim
- [X] Yes
### Problem description
I'm using an init.lua based on …
realh updated
2 weeks ago
-
Hi there.
We have current tooling that can detect which files were changed in a large repository. We currently pass all the paths to these files to `gofmt` for formatting, but would like to use thi…
-
Automatically importing packages, and then deleting the packages in the import when saving, I think there may be a bug
-
https://aquaproj.github.io/ looks like a decent binary installer, which might be a useful fallback strategy, especially for go tools
Its github action installer is reasonable, but not as mature as …