Skip to content

Commit

Permalink
fix(catppuccin): enable alpha.nvim by default (#459)
Browse files Browse the repository at this point in the history
* refactor(catppuccin): sort integrations

* feat(catppuccin): enable alpha.nvim support
  • Loading branch information
Sacro authored Jul 19, 2023
1 parent 946c4e3 commit 23dce80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lua/astrocommunity/colorscheme/catppuccin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ return {
name = "catppuccin",
opts = {
integrations = {
nvimtree = false,
ts_rainbow = false,
alpha = true,
aerial = true,
dap = { enabled = true, enable_ui = true },
mason = true,
neotree = true,
notify = true,
nvimtree = false,
semantic_tokens = true,
symbols_outline = true,
telescope = true,
ts_rainbow = false,
which_key = true,
},
},
Expand Down

0 comments on commit 23dce80

Please sign in to comment.