1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +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";
}
];
}