mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-28 02:34:17 -05:00
plugins/codecompanion: adapt options
This commit is contained in:
committed by
Matt Sturgeon
parent
f77a33e873
commit
6394d43f25
@@ -231,7 +231,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||
|
||||
settingsExample = {
|
||||
adapters = {
|
||||
ollama.__raw = ''
|
||||
http.ollama.__raw = ''
|
||||
function()
|
||||
return require('codecompanion.adapters').extend('ollama', {
|
||||
env = {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
adapters = {
|
||||
adapters.http = {
|
||||
anthropic = "anthropic";
|
||||
azure_openai = "azure_openai";
|
||||
copilot = "copilot";
|
||||
@@ -948,7 +948,7 @@
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
adapters = {
|
||||
adapters.http = {
|
||||
ollama.__raw = ''
|
||||
function()
|
||||
return require('codecompanion.adapters').extend('ollama', {
|
||||
|
||||
Reference in New Issue
Block a user