summaryrefslogtreecommitdiffstats
path: root/after/plugin/killersheep.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--after/plugin/killersheep.lua7
1 files changed, 6 insertions, 1 deletions
diff --git a/after/plugin/killersheep.lua b/after/plugin/killersheep.lua
index 8e3d899..b447010 100644
--- a/after/plugin/killersheep.lua
+++ b/after/plugin/killersheep.lua
@@ -1,4 +1,9 @@
-require("killersheep").setup {
+local status_ok, killersheep = pcall(require, "killersheep")
+if not status_ok then
+ return
+end
+
+killersheep.setup {
gore = true,
border = 'shadow',
keymaps = {