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/ollama/deprecations.nix
2025-10-06 23:17:22 +00:00

30 lines
365 B
Nix

{
# TODO: introduced 2025-10-06
deprecateExtraOptions = true;
optionsRenamedToSettings = [
"model"
"prompts"
"action"
"url"
[
"serve"
"onStart"
]
[
"serve"
"command"
]
[
"serve"
"args"
]
[
"serve"
"stopCommand"
]
[
"serve"
"stopArgs"
]
];
}