dots/config/astronvim/lua/user/which-key/register.lua
2023-02-13 01:53:52 -03:00

8 lines
125 B
Lua

return {
n = {
["<leader>"] = {
["C"] = { name = "Comment Stuff" },
["<leader>"] = { name = "Harpoon" },
},
},
}