aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-04-28 10:14:18 +0000
committerdacctal <dacctal@symlinx.net>2026-04-28 10:14:18 +0000
commitb8123a1e39b68cb1b51380c71d95e6734a8a65dc (patch)
tree6e723a14d280a97c65d8ab7f6ec6e6d6a15997f8 /README.md
parentd42afdbcb29d07ac72e46ddc401951612df30d17 (diff)
spaced out docs to look pretty
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fecffae..c51331b 100644
--- a/README.md
+++ b/README.md
@@ -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',