update neovim

This commit is contained in:
2026-03-07 19:09:26 +02:00
parent 6197dace5c
commit a28dafa553
4 changed files with 10 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ return {
name = 'anthropic',
endpoint = 'https://api.anthropic.com/v1/messages',
model_endpoint = 'https://api.anthropic.com/v1/models',
api_key = { '/usr/local/bin/sops', '--config', '/dev/null', '-d', vim.fn.expand('$HOME') .. '/.claude-api' },
api_key = { 'sops', '--config', '/dev/null', '-d', vim.fn.expand('$HOME') .. '/.claude-api' },
headers = function(self)
return {
['Content-Type'] = 'application/json',