nixvim fixed which-key.
This commit is contained in:
parent
3153a2314d
commit
b650a618ad
6 changed files with 59 additions and 60 deletions
|
@ -9,10 +9,16 @@
|
|||
plugins.telescope = {
|
||||
enable = true;
|
||||
};
|
||||
plugins.which-key.registrations = {
|
||||
"<leader>f" = "+telescope";
|
||||
"<leader>fg" = "+telescope git";
|
||||
};
|
||||
plugins.which-key.settings.spec = [
|
||||
{
|
||||
__unkeyed-1 = "<leader>f";
|
||||
group = "+telescope";
|
||||
}
|
||||
{
|
||||
__unkeyed-1 = "<leader>fg";
|
||||
group = "+telescope git";
|
||||
}
|
||||
];
|
||||
keymaps = [
|
||||
{
|
||||
action = ":Telescope find_files<CR>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue