feat: optional italic for variables (fix #8)

This commit is contained in:
Folke Lemaitre
2021-04-21 23:56:40 +02:00
parent b5a42b7aee
commit fc9adf1cfe
3 changed files with 5 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ config = {
commentStyle = opt("italic_comments", true) and "italic" or "NONE",
keywordStyle = opt("italic_keywords", true) and "italic" or "NONE",
functionStyle = opt("italic_functions", false) and "italic" or "NONE",
variableStyle = opt("italic_variables", false) and "italic" or "NONE",
hideInactiveStatusline = opt("hide_inactive_statusline", false),
terminalColors = opt("terminal_colors", true),
sidebars = opt("sidebars", {}),