15 lines
298 B
Lua
15 lines
298 B
Lua
return {
|
|
"folke/which-key.nvim",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
preset = "helix",
|
|
spec = {
|
|
mode = {"n", "x"},
|
|
{"<leader>b", group = "+ Buffer Manipulation"},
|
|
{"<leader>f", group = "+ Find Files"},
|
|
},
|
|
},
|
|
keys = {
|
|
}
|
|
}
|