plugins/none-ls: init golines

This commit is contained in:
Mikael Fangel 2023-12-24 00:02:49 +01:00 committed by Gaétan Lepage
parent 6e66c1bc5e
commit 310f1ad5b5
2 changed files with 4 additions and 0 deletions

View file

@ -131,6 +131,9 @@ with lib; let
goimports = {
package = pkgs.gotools;
};
golines = {
package = pkgs.golines;
};
isort = {
package = pkgs.isort;
};