diff options
| author | dacctal <dacctal@symlinx.net> | 2026-04-29 09:19:46 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-04-29 09:19:46 +0000 |
| commit | 9c97d2455136ec9f9def295b850179fa76fee126 (patch) | |
| tree | eeed6f88bd81b286de80cc5400a9163d70a20625 | |
| parent | aae3394a780d8818eeecfa7479c6c868c7e63823 (diff) | |
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -9,9 +9,12 @@ </div> # Installation -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`: +To install vis-modal, clone this repository in your `~/.config/vis/plugins/` directory: +``` +git clone https://git.symlinx.net/vis-modal ~/.config/vis/plugins/vis-modal ``` +Then, you can use it with the default configuration by putting this into your `~/.config/vis/visrc.lua`: +```lua local modal = require('plugins/vis-modal') ``` |
