AutoYADM commit: 2025-02-26 12:35:12
This commit is contained in:
parent
0baa149ea6
commit
a1bfb3ce70
2 changed files with 3 additions and 1 deletions
|
@ -136,5 +136,6 @@ language-servers = [ "basedpyright" ]
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "kdl"
|
name = "kdl"
|
||||||
|
autoformat = true
|
||||||
# Configure kdlfmt to use stdin
|
# Configure kdlfmt to use stdin
|
||||||
formatter = { command = "kdlfmt", args = ["format", "-"] }
|
formatter = { command = "kdlfmt", args = ["format", "-"] }
|
||||||
|
|
|
@ -99,12 +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
|
||||||
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