AutoYADM commit: 2024-12-13 19:00:01

This commit is contained in:
Daniel Fichtinger 2024-12-13 19:00:01 -05:00
parent b0af8aa733
commit 22d2759c38
4 changed files with 12 additions and 11 deletions

View file

@ -12,6 +12,9 @@ return {
nerd_font_variant = "mono",
},
completion = {
list = {
selection = "manual",
},
accept = {
-- experimental auto-brackets support
auto_brackets = {
@ -40,7 +43,7 @@ return {
keymap = {
preset = "default",
["<CR>"] = {},
["<CR>"] = { "accept", "fallback" },
["<Tab>"] = { "fallback" },
["<C-CR>"] = { "select_and_accept", "fallback" },
-- ["<C-l>"] = { "select_prev", "fallback" },