From fa809f6273d987be78bece396b985b0b5a8327e8 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Mon, 10 Mar 2025 09:03:17 +0100 Subject: [PATCH] nvim: Remove killersheep plugin --- .../nvim/lua/disabled_plugins/killersheep.lua | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 nvim/.config/nvim/lua/disabled_plugins/killersheep.lua diff --git a/nvim/.config/nvim/lua/disabled_plugins/killersheep.lua b/nvim/.config/nvim/lua/disabled_plugins/killersheep.lua deleted file mode 100644 index 618ca47..0000000 --- a/nvim/.config/nvim/lua/disabled_plugins/killersheep.lua +++ /dev/null @@ -1,15 +0,0 @@ -return { - { - "seandewar/killersheep.nvim", - config = function() - require("killersheep").setup { - gore = true, -- Enables/disables blood and gore. - keymaps = { - move_left = "h", -- Keymap to move cannon to the left. - move_right = "l", -- Keymap to move cannon to the right. - shoot = "" -- Keymap to shoot the cannon. - } - } - end - } -}