mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
15 lines
259 B
Nix
15 lines
259 B
Nix
{
|
|
deprecateExtraOptions = true;
|
|
|
|
optionsRenamedToSettings = [
|
|
"inputAfterComment"
|
|
"languages"
|
|
"snippetEngine"
|
|
"enablePlaceholders"
|
|
"placeholdersText"
|
|
{
|
|
old = "placeholderHighlight";
|
|
new = "placeholder_hl";
|
|
}
|
|
];
|
|
}
|