Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 850 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 850 Bytes

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. 😄

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.