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

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