Add dev.kdl for a development layout with Zellij

This commit is contained in:
Oliver Davies 2024-08-25 19:51:26 +01:00
parent e32fb2b41f
commit ce8acce884

18
dev.kdl Normal file
View file

@ -0,0 +1,18 @@
layout {
pane size=1 borderless=true {
plugin location="tab-bar"
}
pane split_direction="vertical" {
pane
pane command="vendor/bin/sculpin" {
args "generate" "--server" "--watch"
start_suspended true
}
}
pane size=2 borderless=true {
plugin location="status-bar"
}
}