diff options
| author | dacctal <dacctal@symlinx.net> | 2026-04-28 10:14:18 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-04-28 10:14:18 +0000 |
| commit | b8123a1e39b68cb1b51380c71d95e6734a8a65dc (patch) | |
| tree | 6e723a14d280a97c65d8ab7f6ec6e6d6a15997f8 | |
| parent | d42afdbcb29d07ac72e46ddc401951612df30d17 (diff) | |
spaced out docs to look pretty
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,7 @@ local modal = require('plugins/modal') You can change the colors and mode descriptors in vis-modal to your liking, with this template: ``` local modal = require('plugins/modal') + modal.MODES = { [vis.modes.NORMAL] = ' NORMAL ', [vis.modes.INSERT] = ' INSERT ', @@ -25,6 +26,7 @@ modal.MODES = { [vis.modes.VISUAL_LINE] = ' VISUAL_LINE ', [vis.modes.OPERATOR_PENDING] = ' OPERATOR_PENDING ' } + modal.STYLES = { [vis.modes.NORMAL] = { REGULAR = 'fore:default,back:yellow', |
