Skip to content

Commit 9b7d85c

Browse files
authored
revert(catppuccin): cleaned up catppuccin pack (#1541)
Revert "fix(catppuccin): cleaned up catppuccin pack (#1513)" This reverts commit 3c74e80.
1 parent 3c74e80 commit 9b7d85c

File tree

1 file changed

+15
-74
lines changed
  • lua/astrocommunity/colorscheme/catppuccin

1 file changed

+15
-74
lines changed

lua/astrocommunity/colorscheme/catppuccin/init.lua

Lines changed: 15 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -7,68 +7,27 @@ return {
77
integrations = {
88
aerial = true,
99
alpha = true,
10-
beacon = true,
1110
blink_cmp = true,
12-
coc_nvim = true,
13-
colorful_winsep = {
14-
enabled = true,
15-
color = "lavender",
16-
},
17-
dashboard = true,
18-
diffview = true,
19-
dropbar = { enabled = true },
20-
fern = true,
21-
fidget = true,
22-
flash = true,
23-
fzf = true,
24-
gitgraph = true,
11+
cmp = true,
12+
dap = true,
13+
dap_ui = true,
2514
gitsigns = true,
26-
grug_far = true,
27-
harpoon = true,
28-
headlines = true,
29-
hop = true,
30-
leap = true,
31-
lightspeed = true,
32-
lir = { enabled = true, git_status = true },
33-
lsp_saga = true,
15+
illuminate = true,
16+
indent_blankline = true,
3417
markdown = true,
35-
markview = true,
3618
mason = true,
19+
native_lsp = { enabled = true },
3720
neotree = true,
38-
neogit = true,
39-
neotest = true,
40-
noice = true,
41-
notifier = true,
42-
cmp = true,
43-
copilot_vim = true,
44-
dap = true,
45-
dap_ui = true,
46-
navic = { enabled = true },
4721
notify = true,
4822
semantic_tokens = true,
49-
nvim_surround = true,
50-
nvimtree = true,
51-
treesitter_context = true,
23+
symbols_outline = true,
24+
telescope = true,
5225
treesitter = true,
53-
ts_rainbow2 = true,
54-
ts_rainbow = true,
26+
ts_rainbow = false,
5527
ufo = true,
56-
window_picker = true,
57-
octo = true,
58-
overseer = true,
59-
pounce = true,
60-
rainbow_delimiters = true,
61-
render_markdown = true,
62-
telekasten = true,
63-
lsp_trouble = true,
64-
dadbod_ui = true,
65-
gitgutter = true,
66-
sandwich = true,
67-
signify = true,
68-
vim_sneak = true,
69-
vimwiki = true,
7028
which_key = true,
71-
symbols_outline = true,
29+
window_picker = true,
30+
colorful_winsep = { enabled = true, color = "lavender" },
7231
snacks = {
7332
enabled = true,
7433
indent_scope_color = "lavender",
@@ -86,30 +45,12 @@ return {
8645
end,
8746
},
8847
{
89-
"famiu/feline.nvim",
90-
optional = true,
91-
opts = function(_, opts)
92-
local ctp_feline = require "catppuccin.groups.integrations.feline"
93-
ctp_feline.setup()
94-
95-
return require("astrocore").extend_tbl(opts, { components = ctp_feline.get() })
96-
end,
97-
},
98-
{
99-
"nvimdev/lspsaga.nvim",
100-
optional = true,
101-
opts = {
102-
ui = {
103-
kind = require("catppuccin.groups.integrations.lsp_saga").custom_kind(),
104-
},
105-
},
106-
},
107-
{
108-
"nvim-lualine/lualine.nvim",
48+
"nvim-telescope/telescope.nvim",
10949
optional = true,
11050
opts = {
111-
options = {
112-
theme = "catppuccin",
51+
highlight = {
52+
enable = true,
53+
additional_vim_regex_highlighting = false,
11354
},
11455
},
11556
},

0 commit comments

Comments
 (0)