Update structure; add .lua-format; add terminal support

This commit is contained in:
2021-04-22 00:48:40 -03:00
parent a0788e4347
commit 90ffef282e
6 changed files with 169 additions and 107 deletions

View File

@@ -1,4 +1,8 @@
local cfg = {bg_transparent = true, italic_enabled = true, gamma = 1.0}
local cfg = {
transparent_background = true,
enable_italic = true,
enable_italic_comment = true,
gamma = 1.0
}
return cfg