Skip to content

amanbabuhemant/aneo.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aneo

Cute pixel arts and animations in neovim

Image

The above media might seem distorted in some places, because it's GIF conversion of original recording, watch the original recording here

Why?

Because... why not?

Installation

Lazy.nvim

{
    "amanbabuhemant/aneo.nvim",
    config = function()
        require("aneo").setup()
    end
}

or

{
    "amanbabuhemant/aneo.nvim",
    opts = {
        -- your configuration options here
    }
}

Packer.nvim

use {
    "amanbabuhemant/aneo.nvim",
    config = function()
        require("aneo").setup({
            -- your configuration options here
        })
    end
}

Configuration

Default settings:

{
    on_start = false,
    auto = false,
    auto_interval = 10,
    cycle = false,
    random = false,
    border = "none",
}

About

Cute pixel arts and animations in neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors