mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Compare commits
3 commits
ff89efb6d9
...
9268468148
Author | SHA1 | Date | |
---|---|---|---|
9268468148 | |||
7e5485b59f | |||
25f0dfbd74 |
2 changed files with 11 additions and 13 deletions
|
@ -15,7 +15,7 @@ roots = ["Cargo.toml"]
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "python"
|
name = "python"
|
||||||
roots = ["pyproject.toml"]
|
roots = ["pyproject.toml"]
|
||||||
formatter = { command = "black", args = ["-q", "-"] }
|
formatter = { command = "ruff", args = ["format", "-q", "-"] }
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
|
@ -54,3 +54,7 @@ auto-format = true
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "typescript"
|
name = "typescript"
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "haskell"
|
||||||
|
auto-format = true
|
||||||
|
|
|
@ -6,19 +6,20 @@ layout {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cwd "/home/mo8it/code/hosted/advlabdb"
|
cwd "/home/mo8it/code/archieve/advlabdb"
|
||||||
|
|
||||||
tab name="git" {
|
tab name="hx" split_direction="vertical" focus=true {
|
||||||
pane {
|
pane {
|
||||||
|
focus true
|
||||||
command "fish"
|
command "fish"
|
||||||
args "-c" "gitui"
|
args "-C" "hx"
|
||||||
close_on_exit true
|
close_on_exit true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tab name="hx" focus=true {
|
tab name="git" split_direction="vertical" {
|
||||||
pane {
|
pane {
|
||||||
command "fish"
|
command "fish"
|
||||||
args "-c" "hx"
|
args "-C" "gitui"
|
||||||
close_on_exit true
|
close_on_exit true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -28,11 +29,4 @@ layout {
|
||||||
args "-c" "poetry run ./run.py"
|
args "-c" "poetry run ./run.py"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tab name="tasks" {
|
|
||||||
pane {
|
|
||||||
command "fish"
|
|
||||||
args "-c" "vp advlabdb"
|
|
||||||
close_on_exit true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue