From 32a6fd8d29a0b6a1c6dada11f6667a89d8d03195 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Thu, 19 Aug 2021 12:38:50 +0530 Subject: [PATCH] add statusline_style to chadrc --- lua/chadrc.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/chadrc.lua b/lua/chadrc.lua index 5489172..acb5012 100644 --- a/lua/chadrc.lua +++ b/lua/chadrc.lua @@ -13,8 +13,9 @@ M.ui = { hidden_statusline = { -- these are filetypes, not pattern matched "NvimTree", - -- "terminal", + -- "terminal", }, + statusline_style = "default", -- round , slant , block } M.options = { @@ -28,7 +29,7 @@ M.options = { timeoutlen = 400, clipboard = "unnamedplus", number = true, - -- relative numbers in normal mode tool at the bottom of options.lua + -- relative numbers in normal mode tool at the bottom of options.lua relativenumber = false, numberwidth = 2, expandtab = true,