add parrot, use fzf for blink
This commit is contained in:
@@ -9,10 +9,18 @@ return {
|
||||
version = 'v1.0.*',
|
||||
|
||||
opts = {
|
||||
fuzzy = { implementation = 'prefer_rust_with_warning' },
|
||||
|
||||
snippets = {
|
||||
preset = 'luasnip',
|
||||
},
|
||||
|
||||
cmdline = {
|
||||
keymap = { preset = 'cmdline' },
|
||||
completion = {
|
||||
list = { selection = { preselect = false, auto_insert = true } }
|
||||
}
|
||||
},
|
||||
completion = { list = { selection = { preselect = false, auto_insert = true } } },
|
||||
keymap = {
|
||||
preset = 'enter',
|
||||
|
||||
14
lua/crentist/lazy/parrot.lua
Normal file
14
lua/crentist/lazy/parrot.lua
Normal 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" },
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user