mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
19 lines
323 B
Lua
19 lines
323 B
Lua
return {
|
|
{
|
|
-- The plugin is "catppuccin/nvim" but LazyVim calls it "catppuccin"
|
|
"catppuccin",
|
|
opts = {
|
|
flavour = "frappe",
|
|
dim_inactive = {
|
|
enabled = true,
|
|
percentage = 0.05,
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "catppuccin",
|
|
}
|
|
},
|
|
}
|