Skip to content

A fun and lightweight Neovim plugin that brings emoji as your bastie's while coding.

Notifications You must be signed in to change notification settings

Abizrh/beastie.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐱 beastie.nvim

A fun and lightweight Neovim plugin that brings emoji as your bastie's while coding.

cropped-beastie.mp4

Usage

Lazy

  {
    "Abizrh/beastie.nvim",
    lazy = false, -- needed so the your beastie can start at launch
    opts = {
      beasties = {
        {
          name = "cat",
          frames = { "🐱", "😺", "😸", "😹", "😼", "😽" }
        },
        {
          name = "dog",
          frames = { "🐶", "🐕", "🦮", "🐕" }
        },
        {
          name = "bird",
          frames = { "🐦", "🐤", "🐧", "🦜" }
        }
      },
      start_at_launch = true,
      animation_speed = 200, -- ms
      active_beastie = 1, -- 
    },
  },

Configuration

Option Type Default Description
beastie table { {name = 'cat', frames = {'🐱', '😺', '😸', '😹', '😼', '😽'}} } The list of beasties to choose from
animation_speed number 200 The speed of the animation
start_at_launch boolean false Start the animation at launch
active_beastie number 1 The index of the active beastie

CMD

Command Description
:BeastieStart Start your Beastie
:BeastieStop Stop your Beastie
:BeastieSwitch [index] Switch to a specific beastie [given index]

License

MIT

About

A fun and lightweight Neovim plugin that brings emoji as your bastie's while coding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published