diff options
| -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', |
