lsp snacks and avante
This commit is contained in:
parent
cc53010b2e
commit
633ef6a9cb
13 changed files with 283 additions and 331 deletions
12
lua/plugin/avante.lua
Normal file
12
lua/plugin/avante.lua
Normal 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" },
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue