Skip to content

Commit

Permalink
fix: Improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rlch committed May 10, 2024
1 parent 8cc6249 commit c861ad6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions layout.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ layout {
}
pane split_direction="vertical" {
pane name="neogo" focus=true size="60%"
pane split_direction="horizontal" {
pane name="test" command="gotestsum" size="65%" {
args "./..." "-coverprofile=coverage.out" "-coverpkg=./..." "-short"
};
pane name="grammar" edit="cypher.ebnf"
pane name="test" command="gotestsum" {
args "./..." "-coverprofile=coverage.out" "-coverpkg=./..." "-short"
}
}
pane size=1 borderless=true {
Expand Down

0 comments on commit c861ad6

Please sign in to comment.