mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-23 02:39:42 +01:00
plugins/ollama: migrate to mkNeovimPlugin
This commit is contained in:
parent
a68291151c
commit
9bdedc0510
3 changed files with 100 additions and 255 deletions
30
plugins/by-name/ollama/deprecations.nix
Normal file
30
plugins/by-name/ollama/deprecations.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
# TODO: introduced 2025-10-06
|
||||
deprecateExtraOptions = true;
|
||||
optionsRenamedToSettings = [
|
||||
"model"
|
||||
"prompts"
|
||||
"action"
|
||||
"url"
|
||||
[
|
||||
"serve"
|
||||
"onStart"
|
||||
]
|
||||
[
|
||||
"serve"
|
||||
"command"
|
||||
]
|
||||
[
|
||||
"serve"
|
||||
"args"
|
||||
]
|
||||
[
|
||||
"serve"
|
||||
"stopCommand"
|
||||
]
|
||||
[
|
||||
"serve"
|
||||
"stopArgs"
|
||||
]
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue