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