nix-community.nixvim/plugins/by-name/cursorline/deprecations.nix
2025-02-01 14:00:51 -06:00

29 lines
348 B
Nix

{
deprecateExtraOptions = true;
optionsRenamedToSettings = [
[
"cursorline"
"enable"
]
[
"cursorline"
"timeout"
]
[
"cursorline"
"number"
]
[
"cursorword"
"enable"
]
[
"cursorword"
"minLength"
]
[
"cursorword"
"hl"
]
];
}