Skip to content

Commit

Permalink
fix(catppuccin): set name to "catppuccin"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
amqndin committed May 19, 2024
1 parent c64ad78 commit ebd9fff
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/bars-and-lines/dropbar-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { dropbar = { enabled = true } } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/bars-and-lines/vim-illuminate/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { illuminate = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/code-runner/overseer-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { overseer = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/color/headlines-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { headlines = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/color/mini-hipatterns/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/colorscheme/mini-base16/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ return {
"echasnovski/mini.base16",
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/comment/mini-comment/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/diagnostics/trouble-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { lsp_trouble = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/editing-support/mini-splitjoin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { ts_rainbow2 = true } },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { rainbow_delimiters = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/file-explorer/mini-files/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/git/neogit/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { neogit = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/git/octo-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { octo = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/indent/mini-indentscope/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/lsp/coc-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { coc_nvim = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/motion/harpoon/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { harpoon = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/motion/hop-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { hop = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/motion/leap-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { leap = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/motion/mini-ai/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/motion/mini-basics/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/motion/mini-bracketed/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/motion/mini-move/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/motion/mini-surround/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/scrolling/mini-animate/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/split-and-window/mini-map/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { mini = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/syntax/vim-sandwich/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { sandwich = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/test/neotest/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { neotest = true } },
Expand Down
1 change: 1 addition & 0 deletions lua/astrocommunity/utility/noice-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ return {
},
{
"catppuccin/nvim",
name = "catppuccin",
optional = true,
---@type CatppuccinOptions
opts = { integrations = { noice = true } },
Expand Down

0 comments on commit ebd9fff

Please sign in to comment.