plugins/cursorline: migrate to mkNeovimPlugin

This commit is contained in:
Austin Horstman 2025-02-01 13:47:38 -06:00
parent ccd0092988
commit 3aabd32181
No known key found for this signature in database
3 changed files with 78 additions and 53 deletions

View file

@ -7,16 +7,18 @@
plugins.cursorline = {
enable = true;
cursorline = {
enable = true;
timeout = 1000;
number = false;
};
cursorword = {
enable = true;
minLength = 3;
hl = {
underline = true;
settings = {
cursorline = {
enable = true;
timeout = 1000;
number = false;
};
cursorword = {
enable = true;
min_length = 3;
hl = {
underline = true;
};
};
};
};