From 94497c0a73e283d86895ca9ec528d3d86a787b63 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 13 Feb 2025 00:40:35 +0100 Subject: [PATCH] snack config update --- lua/plugin_specs.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lua/plugin_specs.lua b/lua/plugin_specs.lua index bdc9e5d..3a07173 100644 --- a/lua/plugin_specs.lua +++ b/lua/plugin_specs.lua @@ -512,7 +512,16 @@ local plugin_specs = { priority = 1000, lazy = false, opts = { - input = { enabled = true }, + -- more beautiful vim.ui.input + input = { + enabled = true, + win = { + relative = "cursor", + backdrop = true, + }, + }, + -- more beautiful vim.ui.select + picker = { enabled = true }, }, }, -- show and trim trailing whitespaces