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

https://github.com/povilasb/neovim-ascii-diagram

Neovim plugin to draw ASCII diagrams
https://github.com/povilasb/neovim-ascii-diagram

ascii-diagram neovim neovim-plugin python

Last synced: 2 months ago
JSON representation

Neovim plugin to draw ASCII diagrams

Awesome Lists containing this project

README

        

=====
About
=====

This is a wannabe remote Neovim plugin that helps to draw ASCII diagrams::

+--------+ GET +--------+
| Client | ------> | Server |
+--------+ +--------+
^ |
| 200 OK |
+-------------------+

It requires Python > 3.4.

Something like https://github.com/vim-scripts/DrawIt, but implemented in
Python. Thus more extensible and maintainable.

Installation
============

1. Put `plugin/` and `rplugin/` to `~/.config/nvim`;
2. Open neovim and in command mode type `:UpdateRemotePlugins`

Usage
=====

Move cursor onto the word and press `CTRL+b`.

.. image:: usage.gif