lsp snacks and avante

This commit is contained in:
Andre Schaf 2025-07-02 14:45:21 +02:00
parent cc53010b2e
commit 633ef6a9cb
13 changed files with 283 additions and 331 deletions

12
lua/plugin/avante.lua Normal file
View file

@ -0,0 +1,12 @@
require('avante').setup({
provider = 'copilot',
providers = {
copilot = {
model = "claude-3.7-sonnet",
timeout = 30000, -- Timeout in milliseconds
},
},
selector = {
exclude_auto_select = { "oil" },
},
})