aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2022-09-12 12:02:37 +0200
committerGitHub <noreply@github.com>2022-09-12 10:02:37 +0000
commit5b4ca6c867ec3c0f35a254ef5eb23f387e65f3e4 (patch)
treeb8754cb50d69794cfeab650243ac8bf8d3d287bc /PACKAGES.md
parentfeat: add goimports-reviser (#400) (diff)
downloadmason-5b4ca6c867ec3c0f35a254ef5eb23f387e65f3e4.tar
mason-5b4ca6c867ec3c0f35a254ef5eb23f387e65f3e4.tar.gz
mason-5b4ca6c867ec3c0f35a254ef5eb23f387e65f3e4.tar.bz2
mason-5b4ca6c867ec3c0f35a254ef5eb23f387e65f3e4.tar.lz
mason-5b4ca6c867ec3c0f35a254ef5eb23f387e65f3e4.tar.xz
mason-5b4ca6c867ec3c0f35a254ef5eb23f387e65f3e4.tar.zst
mason-5b4ca6c867ec3c0f35a254ef5eb23f387e65f3e4.zip
chore: update generated code (#408)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index a3eb5acc..157ae208 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -79,6 +79,7 @@
- [go-debug-adapter](#go-debug-adapter)
- [gofumpt](#gofumpt)
- [goimports](#goimports)
+- [goimports-reviser](#goimports-reviser)
- [golangci-lint](#golangci-lint)
- [golangci-lint-langserver](#golangci-lint-langserver)
- [golines](#golines)
@@ -1769,6 +1770,28 @@ Categories: `Formatter`
```
+# goimports-reviser
+
+> Tool for Golang to sort goimports by 3-4 groups: std, general, company (optional), and project dependencies.
+Also, formatting for your code will be prepared (so, you don't need to use gofmt or goimports separately).
+Use additional option -rm-unused to remove unused imports and -set-alias to rewrite import aliases for
+versioned packages.
+
+Homepage: [https://pkg.go.dev/github.com/incu6us/goimports-reviser](https://pkg.go.dev/github.com/incu6us/goimports-reviser)
+Languages: `Go`
+Categories: `Formatter`
+
+<details>
+ <summary>History:</summary>
+
+- [`6a2b45b`](https://github.com/williamboman/mason.nvim/commit/6a2b45b) 2022-09-11 - feat: add goimports-reviser ([#400](https://github.com/williamboman/mason.nvim/issues/400)) by Laytan Laats
+</details>
+
+```
+:MasonInstall goimports-reviser
+```
+
+
# golangci-lint
> golangci-lint is a fast Go linters runner. It runs linters in parallel, uses caching, supports yaml config, has
@@ -3064,6 +3087,7 @@ Categories: `Linter`
<details>
<summary>History:</summary>
+- [`e6d8f32`](https://github.com/williamboman/mason.nvim/commit/e6d8f32) 2022-09-11 - chore: remove unused import ([#403](https://github.com/williamboman/mason.nvim/issues/403)) by William Boman
- [`e89217b`](https://github.com/williamboman/mason.nvim/commit/e89217b) 2022-09-11 - feat: add pydocstyle, pyproject-flake8 & rstcheck Python related linters ([#398](https://github.com/williamboman/mason.nvim/issues/398)) by Dan Sully
</details>
@@ -3102,6 +3126,7 @@ Categories: `Linter`
<details>
<summary>History:</summary>
+- [`e6d8f32`](https://github.com/williamboman/mason.nvim/commit/e6d8f32) 2022-09-11 - chore: remove unused import ([#403](https://github.com/williamboman/mason.nvim/issues/403)) by William Boman
- [`e89217b`](https://github.com/williamboman/mason.nvim/commit/e89217b) 2022-09-11 - feat: add pydocstyle, pyproject-flake8 & rstcheck Python related linters ([#398](https://github.com/williamboman/mason.nvim/issues/398)) by Dan Sully
</details>
@@ -3345,6 +3370,7 @@ Categories: `Linter`
<details>
<summary>History:</summary>
+- [`e6d8f32`](https://github.com/williamboman/mason.nvim/commit/e6d8f32) 2022-09-11 - chore: remove unused import ([#403](https://github.com/williamboman/mason.nvim/issues/403)) by William Boman
- [`e89217b`](https://github.com/williamboman/mason.nvim/commit/e89217b) 2022-09-11 - feat: add pydocstyle, pyproject-flake8 & rstcheck Python related linters ([#398](https://github.com/williamboman/mason.nvim/issues/398)) by Dan Sully
</details>