AutoYADM commit: 2025-01-07 20:35:04

This commit is contained in:
Daniel Fichtinger 2025-01-07 20:35:04 -05:00
parent 86ed5d42fb
commit edaf1cccbf
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ colourful: true
filekinds:
normal: { foreground: "#d5d5d5" }
directory: { foreground: "#4A8B8B" }
directory: { foreground: "#B14242" }
symlink: { foreground: "#4A8B8B" }
pipe: { foreground: "#737373" }
block_device: { foreground: "#E5A72A" }

View file

@ -28,7 +28,7 @@ return {
},
completion = {
list = {
selection = "manual",
selection = { preselect = false, auto_insert = true },
},
accept = {
-- experimental auto-brackets support