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