Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(catppuccin): set name to "catppuccin" #976

Merged
merged 4 commits into from
May 20, 2024

Commits on May 19, 2024

  1. fix(catppuccin): set name to "catppuccin"

    i tried installing hop as astrocommunity package, and in the repo i saw that it had code that supposedly should automatically enable integration for hop in catppuccin theme. yet that didnt work for some reason, and so i just enabled it manually. and today after thinking about it and 10 minutes of experimenting i figured it out. to fix this, all you have to do is set `name = "catppuccin"`, then its going to work. i just took hop as an example, but its with every single astrocommunity package i tried. like mini-clue or trouble and so on.
    amqndin committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ebd9fff View commit details
    Browse the repository at this point in the history
  2. fix(catppuccin): set name to "catppuccin"

    i tried installing hop as astrocommunity package, and in the repo i saw that it had code that supposedly should automatically enable integration for hop in catppuccin theme. yet that didnt work for some reason, and so i just enabled it manually. and today after thinking about it and 10 minutes of experimenting i figured it out. to fix this, all you have to do is set `name = "catppuccin"`, then its going to work. i just took hop as an example, but its with every single astrocommunity package i tried. like mini-clue or trouble and so on.
    amqndin committed May 19, 2024
    Configuration menu
    Copy the full SHA
    35f98d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3176826 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. fix(catppuccin): use "catppuccin" instead of repo.

    previously i was setting `name = "catppuccin"` but as mehalter requested should just use "catppuccin" as the plugin name directly, instead of the repo
    amqndin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8faa12d View commit details
    Browse the repository at this point in the history