Files
nvim/after/plugin/killersheep.lua
2023-05-10 17:20:20 -04:00

15 lines
222 B
Lua

require("killersheep").setup {
gore = true,
border = 'shadow',
keymaps = {
move_left = "h",
move_right = "l",
shoot = "<Space>",
},
cannon_sprite = {
"/----\\",
"| |",
"| |",
},
}