mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
30 lines
365 B
Nix
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"
|
|
]
|
|
];
|
|
}
|