feat(plugins/precognition): add toggle keymap
This commit is contained in:
parent
4371dfbdc0
commit
03dca50006
1 changed files with 9 additions and 0 deletions
|
|
@ -13,4 +13,13 @@
|
|||
})
|
||||
'';
|
||||
};
|
||||
|
||||
rootOpts.keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>uc";
|
||||
action = "<cmd>Precognition toggle<cr>";
|
||||
options.desc = "Toggle precognition";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue