feat(colorscheme): enable catppuccin snacks integration by default (#4882)

## Description

Enable catppuccin's snacks integration by default.

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
This commit is contained in:
Zhou Fang authored and GitHub committed 2024-11-24 17:28:26 +01:00
1 parent ecfaed3cc1
commit 5659786893
1 file changed
+1
+1
View File
@@ -44,6 +44,7 @@ return {
noice = true,
notify = true,
semantic_tokens = true,
snacks = true,
telescope = true,
treesitter = true,
treesitter_context = true,