mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
plugins/none-ls: init goimports
This commit is contained in:
parent
9119cc1554
commit
6e66c1bc5e
2 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,9 @@ with lib; let
|
|||
gofmt = {
|
||||
package = pkgs.go;
|
||||
};
|
||||
goimports = {
|
||||
package = pkgs.gotools;
|
||||
};
|
||||
isort = {
|
||||
package = pkgs.isort;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue