feat(plugins/precognition): add toggle keymap

This commit is contained in:
Nicolas Goudry 2024-06-16 14:18:20 +02:00
parent 4371dfbdc0
commit 03dca50006
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44

View file

@ -13,4 +13,13 @@
})
'';
};
rootOpts.keymaps = [
{
mode = "n";
key = "<leader>uc";
action = "<cmd>Precognition toggle<cr>";
options.desc = "Toggle precognition";
}
];
}