1 # vim-mermaid - [Vim](https://www.vim.org) syntax for [mermaid](https://mermaid-js.github.io/mermaid/)
3 This makes Vim support mermaid diagram syntax.
5 ![Screenshot](https://raw.githubusercontent.com/chazmcgarvey/vim-mermaid/master/screenshot.png)
9 Using [vim-plug](https://github.com/junegunn/vim-plug):
11 Plug 'chazmcgarvey/vim-mermaid'
13 Or similar with the Vim plugin manager of your choice.
17 So far only sequence diagrams are supported.