diff --git a/dev.kdl b/dev.kdl deleted file mode 100644 index 30fa6be..0000000 --- a/dev.kdl +++ /dev/null @@ -1,18 +0,0 @@ -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" - } -}