parra: init

This commit is contained in:
2026-08-26 15:52:04 +02:00
parent c7f01bf68e
commit 722f9b1a0c
4 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ indent = { tab-width = 4, unit = " " }
[[language]]
name = "python"
formatter = { command = "ruff", args = ["format", "-"] }
language-servers = ["ruff"]
language-servers = ["ruff", "pyright"]
[[language]]
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"
+5
View File
@@ -0,0 +1,5 @@
[general]
namespace = "parra-backdrop"
[blur]
tint = "#1e1e2e"
+2 -2
View File
@@ -1,11 +1,11 @@
[[plugin.deps]]
use = "yazi-rs/plugins:git"
rev = "044c3cc"
rev = "c591a36"
hash = "5bb0bfab901d3601c370eafdd66edd31"
[[plugin.deps]]
use = "yazi-rs/plugins:smart-enter"
rev = "044c3cc"
rev = "c591a36"
hash = "187cc58ba7ac3befd49c342129e6f1b6"
[[plugin.deps]]