add parrot, use fzf for blink

This commit is contained in:
2025-04-22 11:13:26 +03:00
parent f19091b3ec
commit 9951270d0b
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
return {
'frankroeder/parrot.nvim',
dependencies = { 'ibhagwan/fzf-lua', 'nvim-lua/plenary.nvim' },
opts = {
providers = {
anthropic = {
-- OPTIONAL: Alternative methods to retrieve API key
-- Using GPG for decryption:
api_key = { "sops", "-d", vim.fn.expand("$HOME") .. "/.claude-api" },
}
}
}
}