From edaf1cccbf52e024408a24b16fe0f7cdfb8c4580 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 7 Jan 2025 20:35:04 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-07 20:35:04 --- .config/eza/theme.yml | 2 +- .config/nvim/lua/plugins/blink.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/eza/theme.yml b/.config/eza/theme.yml index 4bf41cba..04530edb 100644 --- a/.config/eza/theme.yml +++ b/.config/eza/theme.yml @@ -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" } diff --git a/.config/nvim/lua/plugins/blink.lua b/.config/nvim/lua/plugins/blink.lua index d83cd705..d76ba364 100644 --- a/.config/nvim/lua/plugins/blink.lua +++ b/.config/nvim/lua/plugins/blink.lua @@ -28,7 +28,7 @@ return { }, completion = { list = { - selection = "manual", + selection = { preselect = false, auto_insert = true }, }, accept = { -- experimental auto-brackets support