diff options
author | max397574 <[email protected]> | 2022-12-12 09:38:24 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-12 09:38:24 +0100 |
commit | 80462aa238f0d7be12153698be525a10741b3aa3 (patch) | |
tree | 47b4226a51a29cd950521c0bc863051dd8321b72 | |
parent | 621ec71337ea585009dbe12b1f1b541d681cff7e (diff) | |
parent | 9cb958f5091f5e1d8879074abcfec807b9a7fdfa (diff) |
Merge pull request #32 from voidfemme/patch-1
fixed uncommented comments
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -108,10 +108,10 @@ section = { oldfiles_directory = false, -- if the oldfiles of the current directory should be displayed align = "center", -- "center", "left" or "right" fold_section = false, -- whether to fold or not - title = "title", title for the folded section + title = "title", -- title for the folded section -- if < 0 fraction of screen width -- if > 0 numbers of column - margin = 5, the margin for left or right alignment + margin = 5, -- the margin for left or right alignment -- type of content depends on `type` -- "text" -> a table with string or a function that requires a function that returns a table of strings -- "mapping" -> a table with tables in the format: |