AutoYADM commit: 2025-02-26 12:40:23
This commit is contained in:
parent
a1bfb3ce70
commit
6b75045b9f
2 changed files with 3 additions and 3 deletions
|
@ -136,6 +136,6 @@ language-servers = [ "basedpyright" ]
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "kdl"
|
name = "kdl"
|
||||||
autoformat = true
|
auto-format = true
|
||||||
# Configure kdlfmt to use stdin
|
# Configure kdlfmt to use stdin
|
||||||
formatter = { command = "kdlfmt", args = ["format", "-"] }
|
formatter = { command = "kdlfmt", args = ["format", "-"] }
|
||||||
|
|
|
@ -99,13 +99,13 @@ layout {
|
||||||
// `draw-border-with-background`.
|
// `draw-border-with-background`.
|
||||||
// You can change how the focus ring looks.
|
// You can change how the focus ring looks.
|
||||||
focus-ring {
|
focus-ring {
|
||||||
off
|
// off
|
||||||
width 1
|
width 1
|
||||||
active-color "#B14242"
|
active-color "#B14242"
|
||||||
inactive-color "#121212"
|
inactive-color "#121212"
|
||||||
}
|
}
|
||||||
border {
|
border {
|
||||||
// off
|
off
|
||||||
width 1
|
width 1
|
||||||
active-color "#B14242"
|
active-color "#B14242"
|
||||||
inactive-color "#121212"
|
inactive-color "#121212"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue