From c55dea95933081e0ecc234e898920e32b42c204c Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 27 Nov 2022 19:00:36 +0530 Subject: [PATCH] add helper comments for statusline options --- lua/core/default_config.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lua/core/default_config.lua b/lua/core/default_config.lua index a020925..120b01b 100644 --- a/lua/core/default_config.lua +++ b/lua/core/default_config.lua @@ -32,8 +32,10 @@ M.ui = { ------------------------------- nvchad_ui modules ----------------------------- statusline = { - theme = "default", - separator_style = "default", -- default/round/block/arrow + theme = "default", -- default/vscode/vscode_colored/minimal + -- default/round/block/arrow separators work only for default statusline theme + -- round and block will work for minimal theme only + separator_style = "default", overriden_modules = nil, },