From 2072af81a9d9515acf8a55d5ce4f5aa75fc29f50 Mon Sep 17 00:00:00 2001 From: dacctal Date: Wed, 29 Apr 2026 00:18:00 +0000 Subject: docs show correct require for vis-modal --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 71d5025..3837408 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- modal + *modal*

@@ -9,16 +9,16 @@ # 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 ', -- cgit v1.2.3