1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-16 15:32:48 +01:00
nixvim/plugins/by-name/neogen/deprecations.nix

15 lines
259 B
Nix

{
deprecateExtraOptions = true;
optionsRenamedToSettings = [
"inputAfterComment"
"languages"
"snippetEngine"
"enablePlaceholders"
"placeholdersText"
{
old = "placeholderHighlight";
new = "placeholder_hl";
}
];
}