Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add explicit support for 'mini.nvim' #166

Merged
merged 1 commit into from
Jul 11, 2022
Merged

Conversation

echasnovski
Copy link
Contributor

Hi! I would like to add explicit support for mini.nvim.

Basic choices are taken from either highlight groups to which 'mini.nvim' makes default links or from analogous plugins.

Differences from default linked groups:

  • 'mini.indentscope' is based on 'indent_blankline.lua'.
  • 'mini.jump' is based on 'vim_sneak.lua'.
  • 'mini.jump2d' is based on 'hop.lua'.
  • 'mini.starter' is based on 'dashboard.lua', 'which_key.lua', and personal choices:
    • MiniStarterInactive is same as comments.
    • MiniStarterItemBullet is blue as borders.
    • MiniStarterQuery is green to be opposite of pink item's prefix.
    • MiniStarterSection is flamingo to be visible.
  • 'mini.statusline' is based on 'lualine/themes/catppuccin.lua' and personal choices:
    • MiniStatuslineDevinfo and MiniStatuslineFileinfo are "slightly different text".
    • MiniStatuslineModeOther has teal background so that be separable from other modes.
  • 'mini.tabline' is based on 'bufferline.lua':
    • MiniTablineVisible is "slightly different text".
    • MiniTablineModified* groups have inverted fg and bg of their counterparts.
  • 'mini.test' has red for fail and green for pass.
  • 'mini.trailspace' has group with red background to draw attention.

Before:

catppuccin_before.mp4

After:

catppuccin_after.mp4

@pocco81
Copy link
Member

pocco81 commented Jul 11, 2022

Lovely! also, thanks for mini, pretty neat plugin 👍

@pocco81 pocco81 merged commit 8ef5823 into catppuccin:dev Jul 11, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants