diff options
author | max397574 <[email protected]> | 2021-11-06 16:13:34 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-06 16:13:34 +0100 |
commit | c01f4bbee1fa5581d84f09f840ccd0ba57056397 (patch) | |
tree | d4144402fd82cc7cbb61beaadbc4cf2e89c2a3e4 /readme.md | |
parent | 56e7c30c81660f936b10ecc2366082000869b063 (diff) |
feat(cursor): ✨expose cursor column
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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>, |