starter/lua/plugins/colorscheme.lua
Ralph Azucena 313888115e oh well
2024-05-22 15:41:12 -07:00

24 lines
417 B
Lua

return {
{
-- The plugin is "catppuccin/nvim" but LazyVim calls it "catppuccin"
"catppuccin",
opts = {
flavour = "frappe",
dim_inactive = {
enabled = true,
percentage = 0.05,
},
integrations = {
native_lsp = {
enabled = false,
},
},
}
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
}
},
}