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
- Host: GitHub
- URL: https://github.com/arakkkkk/plantuml-ascii.nvim
- Owner: arakkkkk
- Created: 2024-11-23T13:14:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T14:23:26.000Z (11 months ago)
- Last Synced: 2025-02-01T01:41:23.759Z (8 months ago)
- Topics: markdown, neovim, neovim-plugin, nvim, nvim-plugin, plantuml, vim, vim-plugin
- Language: Lua
- Homepage:
- Size: 19.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
## Requires