AutoYADM commit: 2024-12-16 18:30:04
This commit is contained in:
parent
fc8ecf8c7e
commit
75f67621d8
1 changed files with 4 additions and 2 deletions
|
@ -18,7 +18,7 @@ return {
|
|||
accept = {
|
||||
-- experimental auto-brackets support
|
||||
auto_brackets = {
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
-- menu = {
|
||||
|
@ -39,7 +39,9 @@ return {
|
|||
enabled = true,
|
||||
},
|
||||
},
|
||||
|
||||
signature = {
|
||||
enabled = true,
|
||||
},
|
||||
keymap = {
|
||||
preset = "default",
|
||||
["<CR>"] = { "accept", "fallback" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue