Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/terrastruct/d2-vim

The Vim plugin for D2 files
https://github.com/terrastruct/d2-vim

diagram diagramming diagrams

Last synced: about 2 months ago
JSON representation

The Vim plugin for D2 files

Awesome Lists containing this project

README

        



D2

The Vim plugin for [D2](https://d2lang.com) files.




## Install

```vim
" Using https://github.com/junegunn/vim-plug
Plug 'terrastruct/d2-vim'
```

## Documentation

See `:help d2-vim` or [./doc/d2.txt](./doc/d2.txt) for options and additional documentation.

```d2
x -> y

# d2-vim can syntax highlight nested markdown correctly.
y: |`md
# d2-vim
The Vim plugin for [D2](https://d2lang.com) files.
`|
```