plugins/quickmath: init + test

This commit is contained in:
Gaetan Lepage 2023-07-01 08:57:44 +02:00 committed by Gaétan Lepage
parent 341eb9d094
commit 269d592ea8
3 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
empty = {
plugins.quickmath.enable = true;
};
example = {
plugins.quickmath = {
enable = true;
keymap = {
key = "<leader>q";
silent = true;
};
};
};
}