diff --git a/contrib/layout.kdl b/contrib/layout.kdl index b3f9eb9506dc4e4789f24e6729cda85d25bbdcee..7ebe3cdf67104947ec8441ff1860896e2945b999 100644 --- a/contrib/layout.kdl +++ b/contrib/layout.kdl @@ -5,13 +5,19 @@ name "ide" command "nix" args "develop" size "90%" + start_suspended true } pane split_direction="vertical" { pane { - name "air" - command "nix" - args "develop" "--command" "air" + name "run" + command "go" + args "run" "./cmd/ugitd" start_suspended true + } + pane { + name "watch" + command "nix" + args "develop" "--command" "nu" "-c" "watch --glob *.templ ./internal/html/ {|| go generate ./...}" } } }