This repository has been archived on 2024-04-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
setup/roles/neovim/files/plugin/duck.lua
2023-01-20 22:18:32 +01:00

2 lines
167 B
Lua

-- vim.keymap.set('n', '<leader>dd', function() require("duck").hatch("🐈") end, {})
-- vim.keymap.set('n', '<leader>dk', function() require("duck").cook() end, {})