plugins/spider: add plugin + test (#330)

This commit is contained in:
Gaétan Lepage 2023-04-16 11:09:59 +02:00 committed by GitHub
parent a9e3ff3f73
commit 3b1df35a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 102 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
empty = {
plugins.spider.enable = true;
};
example = {
plugins.spider = {
enable = true;
skipInsignificantPunctuation = true;
keymaps = {
silent = true;
motions = {
w = "w";
e = "e";
b = "b";
g = "ge";
};
};
};
};
}