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: about 2 months ago
JSON representation
Neovim plugin to draw ASCII diagrams
- Host: GitHub
- URL: https://github.com/povilasb/neovim-ascii-diagram
- Owner: povilasb
- Created: 2017-04-16T08:04:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T14:16:31.000Z (over 7 years ago)
- Last Synced: 2025-04-02T21:39:06.642Z (2 months ago)
- Topics: ascii-diagram, neovim, neovim-plugin, python
- Language: Python
- Size: 60.5 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
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