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/presence/deprecations.nix
2025-10-06 21:22:59 +00:00

23 lines
408 B
Nix

{
deprecateExtraOptions = true;
optionsRenamedToSettings = [
"autoUpdate"
"neovimImageText"
"mainImage"
"clientId"
"logLevel"
"debounceTimeout"
"enableLineNumber"
"blacklist"
"buttons"
"fileAssets"
"showTime"
"editingText"
"fileExplorerText"
"gitCommitText"
"pluginManagerText"
"readingText"
"workspaceText"
"lineNumberText"
];
}