nvim: replace mini.clue with which-key
This commit is contained in:
parent
a5d911e955
commit
42835e8253
2 changed files with 19 additions and 27 deletions
19
dot_config/nvim/lua/plugins/which-key.lua
Normal file
19
dot_config/nvim/lua/plugins/which-key.lua
Normal file
|
@ -0,0 +1,19 @@
|
|||
-- Configuration for which-key
|
||||
|
||||
return {
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
preset = "helix",
|
||||
spec = {
|
||||
{ "<leader>f", group = "file" },
|
||||
{ "<leader>b", group = "buffer" },
|
||||
{ "<leader>c", group = "code" },
|
||||
{ "<leader>g", group = "vc" },
|
||||
{ "<leader>s", group = "search" },
|
||||
{ "<leader>,", group = "vim" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue