aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormax397574 <[email protected]>2021-11-06 16:13:34 +0100
committermax397574 <[email protected]>2021-11-06 16:13:34 +0100
commitc01f4bbee1fa5581d84f09f840ccd0ba57056397 (patch)
treed4144402fd82cc7cbb61beaadbc4cf2e89c2a3e4 /readme.md
parent56e7c30c81660f936b10ecc2366082000869b063 (diff)
feat(cursor): ✨expose cursor column
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 2234b5d..0cb7ca7 100644
--- a/readme.md
+++ b/readme.md
@@ -75,6 +75,9 @@ settings = {
section_2 = <section>
options = {
mapping_keys = true/false, -- display mapping (e.g. <leader>ff)
+ -- if < 0 fraction of screen width
+ -- if > 0 numbers of column
+ cursor_column = <number>
empty_lines_between_mappings = true/false, -- add an empty line between mapping/commands
disable_statuslines = true/false -- disable status and bufferlines
paddings = <paddings>,