Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkasak/vim-sequence-diagram-syntax
vim/nvim syntax highlighting support for the sequence diagram format, as implemented by Mermaid.
https://github.com/dkasak/vim-sequence-diagram-syntax
mermaid nvim nvim-plugin sequence-diagram vim vim-plugin
Last synced: about 2 months ago
JSON representation
vim/nvim syntax highlighting support for the sequence diagram format, as implemented by Mermaid.
- Host: GitHub
- URL: https://github.com/dkasak/vim-sequence-diagram-syntax
- Owner: dkasak
- Created: 2021-06-30T08:18:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T08:32:53.000Z (over 3 years ago)
- Last Synced: 2024-11-29T03:49:46.505Z (about 2 months ago)
- Topics: mermaid, nvim, nvim-plugin, sequence-diagram, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
vim/nvim syntax highlighting support for the sequence diagram format, as implemented by Mermaid.
![image](https://user-images.githubusercontent.com/463342/123928322-567b6980-d97d-11eb-9b8e-c6a0c0c32196.png)
# Installation
## Plug
Add this line to your vim-plug block:
Plug 'dkasak/vim-sequence-diagram-syntax'
Restart (n)vim and run `:PlugInstall`.# Usage
Open a sequence diagram file with a `.seq` or `.sequence` file extension or run `:setf sequence`.