snack config update

This commit is contained in:
jdhao
2025-02-13 00:41:35 +01:00
parent 70e9943aac
commit 94497c0a73
+10 -1
View File
@@ -512,7 +512,16 @@ local plugin_specs = {
priority = 1000, priority = 1000,
lazy = false, lazy = false,
opts = { 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 -- show and trim trailing whitespaces