mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 10:44:34 +02:00
plugins/cursorline: migrate to mkNeovimPlugin
This commit is contained in:
parent
ccd0092988
commit
3aabd32181
3 changed files with 78 additions and 53 deletions
29
plugins/by-name/cursorline/deprecations.nix
Normal file
29
plugins/by-name/cursorline/deprecations.nix
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
deprecateExtraOptions = true;
|
||||
optionsRenamedToSettings = [
|
||||
[
|
||||
"cursorline"
|
||||
"enable"
|
||||
]
|
||||
[
|
||||
"cursorline"
|
||||
"timeout"
|
||||
]
|
||||
[
|
||||
"cursorline"
|
||||
"number"
|
||||
]
|
||||
[
|
||||
"cursorword"
|
||||
"enable"
|
||||
]
|
||||
[
|
||||
"cursorword"
|
||||
"minLength"
|
||||
]
|
||||
[
|
||||
"cursorword"
|
||||
"hl"
|
||||
]
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue