feat: Make short statusline toggleable from chadrc

This commit is contained in:
Akianonymus 2021-10-02 10:37:42 +05:30 committed by siduck76
parent a1c234e001
commit 317eedd9b2
2 changed files with 16 additions and 10 deletions

View file

@ -91,6 +91,8 @@ M.plugins = {
"NvimTree",
"terminal",
},
-- show short statusline on small screens
shortline = true,
shown = {},
-- default, round , slant , block , arrow
style = "default",