Home

Awesome

[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 glyphs in combination with Neovim's extmarks.

A font that supports glyphs introduced in Unicode version 13.0 is required for some effects.

Effects

At the moment there's only a single effect included; One produced for Thomas Vigouroux'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

<img src="https://raw.githubusercontent.com/sunjon/images/master/extmark-toy.gif" alt="screenshot" width="800"/>

Keys: <Left> and <Right> to rotate palette

WIP

TODO: add gifs/screenshots of other WIP effects

Installation

Packer

use 'sunjon/extmark-toy.nvim'

Vim-Plug

Plug 'sunjon/extmark-toy.nvim'

Configuration

:map <key> <cmd>lua require'extmark-toy'.start()

Usage

q to exit

License

Copyright (c) Senghan Bright. Distributed under the MIT license