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.
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.
Keys:
<Left>
and <Right>
to rotate palette
TODO: add gifs/screenshots of other WIP effects
use 'sunjon/extmark-toy.nvim'
Plug 'sunjon/extmark-toy.nvim'
:map <key> <cmd>lua require'extmark-toy'.start()
q
to exit
Copyright (c) Senghan Bright. Distributed under the MIT license