From 836e18885ca09e2345bcf8b338de84d2fba08b06 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 12 Dec 2024 12:03:17 +0100 Subject: [PATCH] feat(snacks): added `snacks.input` --- lua/lazyvim/plugins/ui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/ui.lua b/lua/lazyvim/plugins/ui.lua index 127168e4..7fdc2462 100644 --- a/lua/lazyvim/plugins/ui.lua +++ b/lua/lazyvim/plugins/ui.lua @@ -268,6 +268,7 @@ return { "snacks.nvim", opts = { indent = { enabled = true }, + input = { enabled = true }, notifier = { enabled = true }, scope = { enabled = true }, scroll = { enabled = true },