feat adding all the files
This commit is contained in:
17
lua/cargdev/plugins/ship.lua
Normal file
17
lua/cargdev/plugins/ship.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
"seandewar/killersheep.nvim",
|
||||
event = "VeryLazy",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim", -- Required dependency for 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,
|
||||
}
|
||||
Reference in New Issue
Block a user