Skip to content

seandewar/killersheep.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

killersheep.nvim

A port of killersheep for Neovim v0.7+ (with unnecessary gore!)

Install, then play by running :KillKillKill

To enable sounds, install afplay, paplay or cvlc and make sure the program is available in your $PATH

Configuration

Some settings can be changed by calling the setup() function. There is no need to call it if you are happy with the defaults.

For example, the default settings look like this:

require("killersheep").setup {
  gore = true,           -- Enables/disables blood and gore.
  keymaps = {
    move_left = "h",     -- Keymap to move cannon to the left.
    move_right = "l",    -- Keymap to move cannon to the right.
    shoot = "<Space>",   -- Keymap to shoot the cannon.
  },
}

Any options not specified when calling setup() will be given their default values.

Testimonials

dundargoc's review

About

Neovim port of killersheep (with blood!)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages