-
Hi @incu6us
Sorry to bother you again.
I would like to use `goimports-reviser` as a replacement for `goimports`.
But at the single import situation, their behavior is inconsistent.
For ex…
-
Hey, found your config through researching Go fo NVChad.
I'm getting an error with a fresh install, wondered whether you might be able to help me please?
### Reproduction
1. `rm -rf ~/.config…
-
| Field | Description |
|--------------|-------------|
| Plugin | `none-ls.sources.formatting` |
| Nixpkgs | `unstable` |
| Home Manager | `24.05 ` |
- [x] I have read t…
-
## Context
I'm trying to verify the contents of a branch locally before publishing a PR. I'm hitting an error on `make lint` that I think is caused b/c I don't have a tool installed locally.
## …
-
Hi, everyone.
I want to integrate `goimports-reviser` into our CI/CD to ensure that code gating will fail when the import ordering is not as expected.
But I found that `list-diff` flag is not wo…
-
My config for `goimports-reviser` is:
```lua
return {
{
"jose-elias-alvarez/null-ls.nvim",
opts = function(_, opts)
local nls = require("null-ls")
local nls_sources = {
…
-
- `nvim --version`: 0.6.1
- `git --version`:2.35.1
When executing the Packer commands it says that it is not an editor command.
help
-
Running
```
cat client.go | goimports-reviser -rm-unused -format -output stdout
```
yields
```
2022/11/22 10:25:35 open /my/cool/service/: no such file or directory
```
-
Hi,
At first, thanks for this useful package.
When I run this command, I get this error:
``` bash
goimports-reviser -rm-unused -set-alias -format -recursive ./...
```
Error:
``` bash
-: no G…
-
### Did you check docs and existing issues?
- [X] I have read all the LazyVim docs
- [X] I have searched the existing issues of LazyVim
- [X] I have searched the existing issues of plugins relate…