1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-16 05:51:10 +01:00

plugins/none-ls: init goimports

This commit is contained in:
Mikael Fangel 2023-12-23 23:42:05 +01:00 committed by Gaétan Lepage
parent 9119cc1554
commit 6e66c1bc5e
2 changed files with 4 additions and 0 deletions

View file

@ -128,6 +128,9 @@ with lib; let
gofmt = {
package = pkgs.go;
};
goimports = {
package = pkgs.gotools;
};
isort = {
package = pkgs.isort;
};