mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
plugins/none-ls: add gofumpt and goimports_reviser (#945)
This commit is contained in:
parent
c5f43a8a37
commit
1f73ae1d94
2 changed files with 8 additions and 0 deletions
|
@ -94,7 +94,9 @@
|
|||
fnlfmt.enable = true;
|
||||
fourmolu.enable = true;
|
||||
gofmt.enable = true;
|
||||
gofumpt.enable = true;
|
||||
goimports.enable = true;
|
||||
goimports_reviser.enable = true;
|
||||
golines.enable = true;
|
||||
ktlint.enable = true;
|
||||
nixfmt.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue