Compare commits
No commits in common. "c332aedab00ab2b0d9fbd68ca56db26e8a4f15ad" and "84e0e0688b7d95e3f818417620b56988994a3024" have entirely different histories.
c332aedab0
...
84e0e0688b
2 changed files with 6 additions and 9 deletions
|
@ -110,7 +110,6 @@ require("conform").setup({
|
||||||
html = { "prettier", },
|
html = { "prettier", },
|
||||||
javascript = { "prettier", },
|
javascript = { "prettier", },
|
||||||
python = { "black" },
|
python = { "black" },
|
||||||
C = { "clang-format"},
|
|
||||||
},
|
},
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
timeout_ms = 500,
|
timeout_ms = 500,
|
||||||
|
|
|
@ -5,13 +5,11 @@ indicator-radius=100
|
||||||
indicator-thickness=7
|
indicator-thickness=7
|
||||||
effect-blur=7x5
|
effect-blur=7x5
|
||||||
effect-vignette=0.5:0.5
|
effect-vignette=0.5:0.5
|
||||||
ring-color=c6a0f6
|
ring-color=bb00cc
|
||||||
text-color=8aadf4
|
key-hl-color=880033
|
||||||
key-hl-color=ed8796
|
|
||||||
line-color=00000000
|
line-color=00000000
|
||||||
inside-color=00000088
|
inside-color 00000088
|
||||||
separator-color=00000000
|
separator-color 00000000
|
||||||
fade-in=0.2
|
fade-in=0.2
|
||||||
datestr=%a, %b %e %Y
|
datestr="%a, %b %e %Y"
|
||||||
effect-greyscale
|
greyscale
|
||||||
font=IPAGothic
|
|
||||||
|
|
Loading…
Reference in a new issue