From 7ef385c698c0f87565c8f3cb410fccbae2af55fb Mon Sep 17 00:00:00 2001 From: Zhou Fang Date: Sun, 24 Nov 2024 22:22:37 +0900 Subject: [PATCH] feat(colorscheme): add snacks integration --- lua/lazyvim/plugins/colorscheme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/colorscheme.lua b/lua/lazyvim/plugins/colorscheme.lua index 9087c3ad..93a89668 100644 --- a/lua/lazyvim/plugins/colorscheme.lua +++ b/lua/lazyvim/plugins/colorscheme.lua @@ -44,6 +44,7 @@ return { noice = true, notify = true, semantic_tokens = true, + snacks = true, telescope = true, treesitter = true, treesitter_context = true,