home - plugins - tutorials - showcase - history - manual - design


nvimqt plugin

plugin for the nvimqt text editor viewer, and text animation

nvimqt plugin can be used to mirror the dublang source code on a independent window to be used just for displaying the live coding source code to the audience, it also can use the nvimqt features to display any ascii character, also to create textual animations

nvimqt functions

nvimqt plugin provides some Lua functions to create ascii animations, those functions are in a experimental stage and likely will be modified on next versions

function: ascii()

#!nvimqt

ascii([[
   +-------------+
   | \         / |
   |   +-----+   |
   |   | *** |   |
   |   +-----+   |
   | /         \ |
   +-------------+
]])

function: fill()

#!nvimqt

fill('  \\o/  ')

function: folding()

#!nvimqt

folding()

function: noise()

#!nvimqt

noise()

function: pixels()

#!nvimqt

pixels()

function: scroll()

#!nvimqt

scroll()

you can read the nvimqt functions source code here


home - plugins - tutorials - showcase - history - manual - design