chore: remove catppuccin colorscheme

This commit is contained in:
Devin Haska 2024-07-02 17:53:54 -07:00
parent 7a4646c8d4
commit e40388a48f
No known key found for this signature in database
2 changed files with 0 additions and 37 deletions

View file

@ -8,40 +8,4 @@ return {
terminal_colors = true,
},
},
{
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
opts = {
default_integrations = true,
dim_inactive = {
enabled = true,
},
flavour = "macchiato",
integrations = {
alpha = true,
cmp = true,
flash = true,
gitsigns = true,
lsp_trouble = true,
native_lsp = {
enabled = true,
underlines = {
errors = { "undercurl" },
hints = { "undercurl" },
warnings = { "undercurl" },
information = { "undercurl" },
},
},
neotree = true,
noice = true,
telescope = {
enabled = true,
},
treesitter = true,
treesitter_context = true,
which_key = true,
},
},
},
}