Skip to content

Commit

Permalink
neovim: fix mini.indentscope color
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Jan 6, 2025
1 parent cf8dc5e commit cdc1434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nvim/lua/plugins/catppuccin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ return {
which_key = true,
grug_far = true,
blink_cmp = true,
mini = {
enabled = true,
indentscope_color = 'overlay2',
},
},
custom_highlights = function(colors)
return {
Expand Down

0 comments on commit cdc1434

Please sign in to comment.