Skip to content

zapling/plantuml.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

plantuml.nvim

Neovim helper for working with PlantUML files.

Features

  • Generate .puml file on save and serve preview on localhost:8000

Requirements

  • Nvim (only tested on 0.8)
  • Python3
  • Docker
  • Docker img (docker pull ghcr.io/zapling/plantuml-docker:latest)

Installation

-- packer.nvim
use {'zapling/plantuml.nvim', requires = {'nvim-lua/plenary.nvim'}}

Usage

require('plantuml').setup({
    tmp_dir = '/tmp/plantuml_nvim'
})

:Plantuml to start the watcher, saving a .puml will now generate file and serve it

:Plantuml stop will stop the watcher

About

nvim plugin for working with PlantUML files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages