add statusline_style to chadrc

This commit is contained in:
siduck76 2021-08-19 12:38:50 +05:30
parent aa8df57cae
commit 32a6fd8d29
1 changed files with 3 additions and 2 deletions

View File

@ -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,