-
error happend `no Go files in` when use option `-rm-unused`, but it will work remove this option
```
PS D:\yun> goimports-reviser -format ./cmd/main.go
PS D:\yun> goimports…
-
![image](https://github.com/user-attachments/assets/0a07e388-d156-4ea7-81c8-8ed8bc3152f0)
Logs:
![image](https://github.com/user-attachments/assets/6d696f73-b2cd-4e97-8650-ac99b94862c6)
…
-
I was investigating yesterday why golines was so slow on our projects and I noticed that switching to `gofmt` as a base formatter makes it _massively_ faster, by about two orders of magnitude.
With…
-
Hi, wish to use https://github.com/incu6us/goimports-reviser instead of goimports,
how could i configure it? it tried
```
goimports = goimports-reviser
```
but it is not working
-
### Neovim version (nvim -v)
0.9.5
### Operating system/version
MacOS 14.4.1
### Add the debug logs
- [X] I have set `log_level = vim.log.levels.DEBUG` and pasted the log contents below…
-
Has anyone been able to successfully configure `vscode` to use `goimports-reviser`?
I've tried both of the solutions below, but neither one does anything: no error, no changes, etc... Manually runn…
-
when running ` goimports-reviser ./...`
I get
`Failed to fix directory ./...: failed to walk dif: failed to fix: 18:5: expected 'package', found 'EOF'`
when running in projects containing I…
-
```go
$ cat tools.go
// +build tools
package tools
import (
_ "github.com/incu6us/goimports-reviser"
)
```
This is the file for `go install` to keep it from disappearing with `go mod ti…
-
It would be great to have the ability to pass gofmt options such as `-s` etc. Looking at https://golang.org/src/cmd/gofmt/ not sure what the best approach would be here. I see goimports-reviser is cur…
-
Even after applying all the fixes stated in issue [#1](https://github.com/dreamsofcode-io/neovim-go-config/issues/1)
The nvim still creates a .null-ls file instead of formatting the current main.go f…