Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chazmcgarvey/vim-mermaid
Vim syntax for Mermaid diagrams
https://github.com/chazmcgarvey/vim-mermaid
mermaid-diagrams mermaidjs sequence-diagram vim
Last synced: 8 days ago
JSON representation
Vim syntax for Mermaid diagrams
- Host: GitHub
- URL: https://github.com/chazmcgarvey/vim-mermaid
- Owner: chazmcgarvey
- License: mit
- Created: 2020-03-04T02:46:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T16:29:14.000Z (over 4 years ago)
- Last Synced: 2023-03-23T01:26:24.413Z (over 1 year ago)
- Topics: mermaid-diagrams, mermaidjs, sequence-diagram, vim
- Language: Vim script
- Size: 35.2 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-mermaid - [Vim](https://www.vim.org) syntax for [mermaid](https://mermaid-js.github.io/mermaid/)
This makes Vim support mermaid diagram syntax.
![Screenshot](https://raw.githubusercontent.com/chazmcgarvey/vim-mermaid/master/screenshot.png)
## Install
Using [vim-plug](https://github.com/junegunn/vim-plug):
Plug 'chazmcgarvey/vim-mermaid'
Or similar with the Vim plugin manager of your choice.
## Caveats
So far only sequence diagrams are supported.