diff options
Diffstat (limited to 'after/plugin/killersheep.lua')
-rw-r--r-- | after/plugin/killersheep.lua | 14 |
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>", - }, -} |