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

@ -0,0 +1,29 @@
{
deprecateExtraOptions = true;
optionsRenamedToSettings = [
[
"cursorline"
"enable"
]
[
"cursorline"
"timeout"
]
[
"cursorline"
"number"
]
[
"cursorword"
"enable"
]
[
"cursorword"
"minLength"
]
[
"cursorword"
"hl"
]
];
}