This commit is contained in:
chase
2026-04-29 08:58:49 +03:00
parent 5ba36d1cbb
commit dad6dc6981
2 changed files with 110 additions and 3 deletions
+30
View File
@@ -0,0 +1,30 @@
return {
{
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
opts = {
flavour = "mocha",
transparent_background = true,
integrations = {
cmp = true,
gitsigns = true,
nvimtree = true,
telescope = { enabled = true },
treesitter = true,
mini = { enabled = true },
which_key = true,
dashboard = true,
noice = true,
notify = true,
lsp_trouble = true,
},
},
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
},
},
}