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

https://github.com/arakkkkk/plantuml-ascii.nvim


https://github.com/arakkkkk/plantuml-ascii.nvim

markdown neovim neovim-plugin nvim nvim-plugin plantuml vim vim-plugin

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# plantuml-ascii.nvim

## Instllation
### lazy.nvim
```
use{
'arakkkkk/plantuml-ascii.nvim',
config = function()
require("plantuml_ascii").setup({})
end,
}
```

## Usage

Execute the following in the marodkwn code block describing the plantuml.
```
:PlantUMLAscii
```

![preview](./doc/preview.png)

## Requires