From b8123a1e39b68cb1b51380c71d95e6734a8a65dc Mon Sep 17 00:00:00 2001 From: dacctal Date: Tue, 28 Apr 2026 10:14:18 +0000 Subject: spaced out docs to look pretty --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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', -- cgit v1.2.3