https://github.com/sunjon/extmark-toy.nvim
Graphical experiments in Neovim
https://github.com/sunjon/extmark-toy.nvim
Last synced: about 1 year ago
JSON representation
Graphical experiments in Neovim
- Host: GitHub
- URL: https://github.com/sunjon/extmark-toy.nvim
- Owner: sunjon
- Created: 2021-09-07T11:05:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T00:31:57.000Z (over 3 years ago)
- Last Synced: 2025-06-20T08:55:34.066Z (about 1 year ago)
- Language: Lua
- Size: 11.7 KB
- Stars: 89
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [WIP] extmark-toy.nvim
Extmark Toy is a plugin created to house my experimental demos and games created in Neovim.
The graphical effects are rasterized using Unicode font [Block Element](https://en.wikipedia.org/wiki/Block_elements) glyphs in combination with Neovim's extmarks.
A font that supports glyphs introduced in [Unicode version 13.0](https://unicode.org/versions/Unicode13.0.0/) is required for some effects.
## Effects
At the moment there's only a single effect included; One produced for [Thomas Vigouroux](https://github.com/vigoux)'s' Neovim stream introductions (and as a thanks for the work he's contributed to Neovim).
I have a variety of other nearly-complete effects that I'll introduce when they have less rough edges.
At some point I'd like to support user created effects, moving utilities used for effect creation and generic methods in current effects into API functions.
### Vigoux Logo

Keys:
`` and `` to rotate palette
### WIP
TODO: add gifs/screenshots of other WIP effects
## Installation
### [Packer](https://github.com/wbthomason/packer.nvim)
```lua
use 'sunjon/extmark-toy.nvim'
```
### [Vim-Plug](https://github.com/junegunn/vim-plug)
```lua
Plug 'sunjon/extmark-toy.nvim'
```
## Configuration
`:map lua require'extmark-toy'.start()`
## Usage
`q` to exit
## License
Copyright (c) Senghan Bright. Distributed under the MIT license