mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 13:24:28 +02:00
plugins/quickmath: init + test
This commit is contained in:
parent
341eb9d094
commit
269d592ea8
3 changed files with 54 additions and 0 deletions
16
tests/test-sources/plugins/utils/quickmath.nix
Normal file
16
tests/test-sources/plugins/utils/quickmath.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.quickmath.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.quickmath = {
|
||||
enable = true;
|
||||
|
||||
keymap = {
|
||||
key = "<leader>q";
|
||||
silent = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue