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 = {
|
accept = {
|
||||||
-- experimental auto-brackets support
|
-- experimental auto-brackets support
|
||||||
auto_brackets = {
|
auto_brackets = {
|
||||||
enabled = false,
|
enabled = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- menu = {
|
-- menu = {
|
||||||
|
@ -39,7 +39,9 @@ return {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
signature = {
|
||||||
|
enabled = true,
|
||||||
|
},
|
||||||
keymap = {
|
keymap = {
|
||||||
preset = "default",
|
preset = "default",
|
||||||
["<CR>"] = { "accept", "fallback" },
|
["<CR>"] = { "accept", "fallback" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue