plugins/cursorline: init + test

This commit is contained in:
Gaetan Lepage 2023-06-13 09:39:54 +02:00 committed by Gaétan Lepage
parent 520e1804e4
commit b809855174
3 changed files with 90 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{
empty = {
plugins.cursorline.enable = true;
};
defaults = {
plugins.cursorline = {
enable = true;
cursorline = {
enable = true;
timeout = 1000;
number = false;
};
cursorword = {
enable = true;
minLength = 3;
hl = {
underline = true;
};
};
};
};
}