feat(snacks): added snacks.input

This commit is contained in:
Folke Lemaitre 2024-12-12 12:03:17 +01:00
parent 6d4caf60fc
commit 836e18885c
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -268,6 +268,7 @@ return {
"snacks.nvim", "snacks.nvim",
opts = { opts = {
indent = { enabled = true }, indent = { enabled = true },
input = { enabled = true },
notifier = { enabled = true }, notifier = { enabled = true },
scope = { enabled = true }, scope = { enabled = true },
scroll = { enabled = true }, scroll = { enabled = true },