feat: Make short statusline toggleable from chadrc
This commit is contained in:
parent
a1c234e001
commit
317eedd9b2
2 changed files with 16 additions and 10 deletions
|
|
@ -91,6 +91,8 @@ M.plugins = {
|
|||
"NvimTree",
|
||||
"terminal",
|
||||
},
|
||||
-- show short statusline on small screens
|
||||
shortline = true,
|
||||
shown = {},
|
||||
-- default, round , slant , block , arrow
|
||||
style = "default",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue