Skip to content

Commit

Permalink
feat(avante): add configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 12, 2024
1 parent 9e84c59 commit cab7f67
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion modules/neovim/config/plugin/avante.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
require("avante_lib").load()
require("avante").setup({})
require("avante").setup({
behaviour = {
auto_suggestions = false,
},
hints = { enabled = true },
windows = {
width = 30,
sidebar_header = {
align = "left",
rounded = false,
},
},
})

0 comments on commit cab7f67

Please sign in to comment.