Update structure; add .lua-format; add terminal support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user