Cute pixel arts and animations in neovim
The above media might seem distorted in some places, because it's GIF conversion of original recording, watch the original recording here
Because... why not?
{
"amanbabuhemant/aneo.nvim",
config = function()
require("aneo").setup()
end
}or
{
"amanbabuhemant/aneo.nvim",
opts = {
-- your configuration options here
}
}use {
"amanbabuhemant/aneo.nvim",
config = function()
require("aneo").setup({
-- your configuration options here
})
end
}Default settings:
{
on_start = false,
auto = false,
auto_interval = 10,
cycle = false,
random = false,
border = "none",
}