summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-05-10 17:20:20 -0400
committerSquibid <me@zacharyscheiman.com>2023-05-10 17:20:20 -0400
commitac8bf08674fde574eb2caa595693e163c47f003d (patch)
treec85930af097a81f02c4c73093efb03dcb799d03a
parent071baa1414d8f22de8e03bebc9bce2bdd7c6c5a9 (diff)
downloadnvim-ac8bf08674fde574eb2caa595693e163c47f003d.tar.gz
nvim-ac8bf08674fde574eb2caa595693e163c47f003d.tar.bz2
nvim-ac8bf08674fde574eb2caa595693e163c47f003d.zip
killer sheep game :)
Diffstat (limited to '')
-rw-r--r--after/plugin/killersheep.lua14
-rw-r--r--lua/core/plugins.lua3
2 files changed, 17 insertions, 0 deletions
diff --git a/after/plugin/killersheep.lua b/after/plugin/killersheep.lua
new file mode 100644
index 0000000..b2c3c4d
--- /dev/null
+++ b/after/plugin/killersheep.lua
@@ -0,0 +1,14 @@
+require("killersheep").setup {
+ gore = true,
+ border = 'shadow',
+ keymaps = {
+ move_left = "h",
+ move_right = "l",
+ shoot = "<Space>",
+ },
+ cannon_sprite = {
+ "/----\\",
+ "| |",
+ "| |",
+ },
+}
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
index 5be7755..f08d4db 100644
--- a/lua/core/plugins.lua
+++ b/lua/core/plugins.lua
@@ -8,6 +8,9 @@ require 'dep' {
-- preformance --------------------------------------------------------------
{ 'lewis6991/impatient.nvim' },
+ -- GAMES
+ { 'seandewar/killersheep.nvim' },
+
-- ui -----------------------------------------------------------------------
{ 'kvrohit/mellow.nvim' }, -- colorscheme
{ 'lukas-reineke/indent-blankline.nvim' }, -- indentation indicators