aboutsummaryrefslogtreecommitdiffstats
path: root/config/nvim/lua/plugins/catppuccin.lua
blob: 6d05f9842c487761dc7d126cf224a26a68c1df42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
return {
    "catppuccin/nvim",
    lazy = false,
    name = "catppuccin",
    priority = 1000,
    config = function()
        require("catppuccin").setup({
            transparent_background = true,
        })
        vim.cmd.colorscheme "catppuccin"
    end
}

send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage