mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
30 lines
348 B
Nix
30 lines
348 B
Nix
|
{
|
||
|
deprecateExtraOptions = true;
|
||
|
optionsRenamedToSettings = [
|
||
|
[
|
||
|
"cursorline"
|
||
|
"enable"
|
||
|
]
|
||
|
[
|
||
|
"cursorline"
|
||
|
"timeout"
|
||
|
]
|
||
|
[
|
||
|
"cursorline"
|
||
|
"number"
|
||
|
]
|
||
|
[
|
||
|
"cursorword"
|
||
|
"enable"
|
||
|
]
|
||
|
[
|
||
|
"cursorword"
|
||
|
"minLength"
|
||
|
]
|
||
|
[
|
||
|
"cursorword"
|
||
|
"hl"
|
||
|
]
|
||
|
];
|
||
|
}
|