From 5659786893ead10782e2b603c0754d83a0ae78d6 Mon Sep 17 00:00:00 2001 From: Zhou Fang Date: Mon, 25 Nov 2024 01:28:26 +0900 Subject: [PATCH] feat(colorscheme): enable catppuccin snacks integration by default (#4882) ## Description Enable catppuccin's snacks integration by default. ## Related Issue(s) ## Screenshots ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines. --- 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,