From 77634d7ab9e412bba1a922504ad5fc081af7ed87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Andr=C3=A9=20Damas?= Date: Fri, 4 Apr 2025 02:19:24 +0100 Subject: [PATCH] Add chunk scope config --- lua/plugins/snacks.nvim.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lua/plugins/snacks.nvim.lua b/lua/plugins/snacks.nvim.lua index d0e10a6..2740159 100644 --- a/lua/plugins/snacks.nvim.lua +++ b/lua/plugins/snacks.nvim.lua @@ -6,7 +6,14 @@ return { { opts = { notifier = { enabled = true }, terminal = { enabled = true }, - indent = { enabled = true, only_scope = true, only_current = false }, + indent = { + enabled = true, + only_scope = true, + only_current = false, + chunk = { + enabled = true + } + }, git = { enabled = true }, bufdelete = { enabled = true }, picker = { enabled = true }