1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

snack config update

This commit is contained in:
jdhao 2025-02-13 00:40:35 +01:00
parent 70e9943aac
commit 94497c0a73

View File

@ -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