From 4bf3a392234f4c4421af644683d95d8aab945382 Mon Sep 17 00:00:00 2001 From: Stefan Boca <45266795+stefanboca@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:57:55 -0800 Subject: [PATCH] fix(ui): disable mini.indentscope on `ft=snacks_dashboard` (#4928) ## Description mini.indentscope would act on the snacks dashboard if it was somehow loaded while the dashboard is still open. ## Related Issue(s) I forgot about mini.indentscope in #4895 :) ## Screenshots **Actually** fixes this: ![image](https://github.com/user-attachments/assets/1f77cf1d-c9c1-48d1-9bf3-8508782e8dd1) ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines. --- lua/lazyvim/plugins/extras/ui/mini-indentscope.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/extras/ui/mini-indentscope.lua b/lua/lazyvim/plugins/extras/ui/mini-indentscope.lua index 3c49d83b..d7d503c8 100644 --- a/lua/lazyvim/plugins/extras/ui/mini-indentscope.lua +++ b/lua/lazyvim/plugins/extras/ui/mini-indentscope.lua @@ -23,6 +23,7 @@ return { "mason", "neo-tree", "notify", + "snacks_dashboard", "snacks_notif", "snacks_terminal", "snacks_win",