1
0
Fork 0
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:
Austin Horstman 2025-10-06 14:46:34 -05:00
parent a68291151c
commit 9bdedc0510
3 changed files with 100 additions and 255 deletions

View 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"
]
];
}