refactor config
This commit is contained in:
commit
4f0e213f4a
155 changed files with 13983 additions and 0 deletions
8
config/astronvim/lua/user/which-key/register.lua
Normal file
8
config/astronvim/lua/user/which-key/register.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
n = {
|
||||
["<leader>"] = {
|
||||
["C"] = { name = "Comment Stuff" },
|
||||
["<leader>"] = { name = "Harpoon" },
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue