nvim: Remove killersheep plugin

This commit is contained in:
Andreas Tsouchlos 2025-03-10 09:03:17 +01:00
parent 4bc2809648
commit fa809f6273

View File

@ -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 = "<Space>" -- Keymap to shoot the cannon.
}
}
end
}
}