parra: init
This commit is contained in:
@@ -9,7 +9,7 @@ indent = { tab-width = 4, unit = " " }
|
|||||||
[[language]]
|
[[language]]
|
||||||
name = "python"
|
name = "python"
|
||||||
formatter = { command = "ruff", args = ["format", "-"] }
|
formatter = { command = "ruff", args = ["format", "-"] }
|
||||||
language-servers = ["ruff"]
|
language-servers = ["ruff", "pyright"]
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "rust"
|
name = "rust"
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
[compositor]
|
||||||
|
horizontal = "none"
|
||||||
|
vertical = "workspace"
|
||||||
|
|
||||||
|
[output."eDP-1".compositor]
|
||||||
|
span = 2
|
||||||
|
|
||||||
|
[output."DP-1".compositor]
|
||||||
|
span = ["3-7"]
|
||||||
|
|
||||||
|
[zoom]
|
||||||
|
crop-ratio = 0.8
|
||||||
|
|
||||||
|
[blur]
|
||||||
|
tint = "#1e1e2e"
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
[general]
|
||||||
|
namespace = "parra-backdrop"
|
||||||
|
|
||||||
|
[blur]
|
||||||
|
tint = "#1e1e2e"
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:git"
|
use = "yazi-rs/plugins:git"
|
||||||
rev = "044c3cc"
|
rev = "c591a36"
|
||||||
hash = "5bb0bfab901d3601c370eafdd66edd31"
|
hash = "5bb0bfab901d3601c370eafdd66edd31"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
use = "yazi-rs/plugins:smart-enter"
|
use = "yazi-rs/plugins:smart-enter"
|
||||||
rev = "044c3cc"
|
rev = "c591a36"
|
||||||
hash = "187cc58ba7ac3befd49c342129e6f1b6"
|
hash = "187cc58ba7ac3befd49c342129e6f1b6"
|
||||||
|
|
||||||
[[plugin.deps]]
|
[[plugin.deps]]
|
||||||
|
|||||||
Reference in New Issue
Block a user