chore(keymaps): add toggle options (#204)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-25 00:16:25 -04:00
committed by GitHub
parent 46ec0a50a7
commit 305d972849
6 changed files with 47 additions and 7 deletions

View File

@@ -107,6 +107,10 @@ M.defaults = {
normal = "<CR>",
insert = "<C-s>",
},
toggle = {
debug = "<leader>ad",
hint = "<leader>ah",
},
},
windows = {
wrap = true, -- similar to vim.o.wrap
@@ -118,7 +122,6 @@ M.defaults = {
},
--- @class AvanteConflictUserConfig
diff = {
debug = false,
autojump = true,
---@type string | fun(): any
list_opener = "copen",