i like claude a bit better as rubber duck

This commit is contained in:
Thomas Ruoff
2025-09-08 15:37:47 +02:00
parent 0233aebbc7
commit a467adeef6
2 changed files with 7 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
return {
'greggh/claude-code.nvim',
dependencies = {
'nvim-lua/plenary.nvim',
},
opts = {},
}

View File

@@ -1,14 +0,0 @@
return {
{
'CopilotC-Nvim/CopilotChat.nvim',
dependencies = {
{ 'github/copilot.vim' }, -- or zbirenbaum/copilot.lua
{ 'nvim-lua/plenary.nvim', branch = 'master' }, -- for curl, log and async functions
},
build = 'make tiktoken', -- Only on MacOS or Linux
opts = {
-- See Configuration section for options
},
-- See Commands section for default commands if you want to lazy load on them
},
}