diff options
author | max397574 <[email protected]> | 2021-11-06 12:17:48 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-06 12:17:48 +0100 |
commit | c4d9bb17d9f8b0bec9d30e4692e46dd5ef5df0ae (patch) | |
tree | 96f3335599719f911424832ef3612081a44e80b6 /readme.md | |
parent | e3676858b9c722efec478266893f146c830407f2 (diff) |
feat(startup): ✨added option to disable statuslines
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ settings = { options = { mapping_keys = true/false, -- display mapping (e.g. <leader>ff) empty_lines_between_mappings = true/false, -- add an empty line between mapping/commands + disable_statuslines = true/false -- disable status and bufferlines paddings = <paddings>, } mappings = { |