aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <dacctal@symlinx.net>2026-04-29 00:18:00 +0000
committerdacctal <dacctal@symlinx.net>2026-04-29 00:18:00 +0000
commit2072af81a9d9515acf8a55d5ce4f5aa75fc29f50 (patch)
tree0b48437ce8357ae93f7ccd2ce9f2ed05ef2ffb91
parent61dfe89e2be7d1f3c083fb2957fd90fe6bbd457c (diff)
docs show correct require for vis-modal
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 71d5025..3837408 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
<div align="center">
<h1>
- modal
+ *modal*
</h1>
</div>
@@ -9,16 +9,16 @@
</div>
# Installation
-To install vis-modal, clone this repository in your `~/.config/vis/plugins/` directory.
+To install vis-modal, clone this repository in your `~/.config/vis/plugins/` directory
Then, you can use it with the default configuration by putting this into your `~/.config/vis/visrc.lua`:
```
-local modal = require('plugins/modal')
+local modal = require('plugins/vis-modal')
```
# Customization
You can change the colors and mode descriptors in vis-modal to your liking, with this template:
```
-local modal = require('plugins/modal')
+local modal = require('plugins/vis-modal')
modal.MODES = {
[vis.modes.NORMAL] = ' NORMAL ',