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: filekinds:
normal: { foreground: "#d5d5d5" } normal: { foreground: "#d5d5d5" }
directory: { foreground: "#4A8B8B" } directory: { foreground: "#B14242" }
symlink: { foreground: "#4A8B8B" } symlink: { foreground: "#4A8B8B" }
pipe: { foreground: "#737373" } pipe: { foreground: "#737373" }
block_device: { foreground: "#E5A72A" } block_device: { foreground: "#E5A72A" }

View file

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