summaryrefslogtreecommitdiffstats
path: root/after/plugin/killersheep.lua
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin/killersheep.lua')
-rw-r--r--after/plugin/killersheep.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/after/plugin/killersheep.lua b/after/plugin/killersheep.lua
deleted file mode 100644
index b447010..0000000
--- a/after/plugin/killersheep.lua
+++ /dev/null
@@ -1,14 +0,0 @@
-local status_ok, killersheep = pcall(require, "killersheep")
-if not status_ok then
- return
-end
-
-killersheep.setup {
- gore = true,
- border = 'shadow',
- keymaps = {
- move_left = "h",
- move_right = "l",
- shoot = "<Space>",
- },
-}