Skip to content

Commit 75b3117

Browse files
authored
feat(catppuccin): add snacks integration (#1499)
1 parent a93944a commit 75b3117

File tree

1 file changed

+4
-0
lines changed
  • lua/astrocommunity/colorscheme/catppuccin

1 file changed

+4
-0
lines changed

lua/astrocommunity/colorscheme/catppuccin/init.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ return {
2828
which_key = true,
2929
window_picker = true,
3030
colorful_winsep = { enabled = true, color = "lavender" },
31+
snacks = {
32+
enabled = true,
33+
indent_scope_color = "lavender",
34+
},
3135
},
3236
},
3337
specs = {

0 commit comments

Comments
 (0)