Skip to content

sunjon/extmark-toy.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[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

screenshot

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

WIP

TODO: add gifs/screenshots of other WIP effects

Installation

use 'sunjon/extmark-toy.nvim'
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

About

Graphical experiments in Neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages