mermaid.vim icon indicating copy to clipboard operation
mermaid.vim copied to clipboard

Support of mermaid files to vim/neovim - work in progress

mermaid.vim

This is a vim/neovim plugin that provides support to mermaid syntax files (e.g. *.mmd, *.mermaid)

printscreen of the terminal highlighting the mermaid file using eva01 colorscheme

Installation

Using Vim Plug

  1. Add Plug 'mracos/mermaid.vim'
  2. Run :PlugInstall

Using Vundle

  1. Add Plugin 'mracos/mermaid.vim'
  2. Run :PluginInstall

Contributing

Please do! Just send a Pull Request and I'll try to see it in due time. :smile:

As of, it's just enough so that it works for me, there is lots of TODOs across the code and its still missing some testing but that's on you, don't let your dreams be dreams

License

MIT, see LICENSE for more details.