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