From 03dc7fbe723ff56f42dfae16707c10f97b2d6037 Mon Sep 17 00:00:00 2001 From: venus Date: Tue, 24 Mar 2026 01:56:36 -0500 Subject: [PATCH] minor changes --- lua/plugins/lazy-plugins.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lua/plugins/lazy-plugins.lua b/lua/plugins/lazy-plugins.lua index 9ecbfe1..27005bd 100644 --- a/lua/plugins/lazy-plugins.lua +++ b/lua/plugins/lazy-plugins.lua @@ -46,4 +46,15 @@ return { }, }, }, + -- { + -- "snacks.nvim", + -- opts = { + -- indent = { enabled = true }, + -- input = { enabled = true }, + -- notifier = { enabled = true }, + -- scope = { enabled = true }, + -- scroll = { enabled = true }, + -- statuscolumn = { enabled = false }, -- we set this in options.lua + -- } + -- }, }