feat(themes): catppuccin full release, yay
This commit is contained in:
parent
3781f50524
commit
1b3c879d41
1 changed files with 0 additions and 2 deletions
|
@ -26,12 +26,10 @@ function M.init(use, config)
|
||||||
|
|
||||||
use({
|
use({
|
||||||
'catppuccin/nvim',
|
'catppuccin/nvim',
|
||||||
commit = '85ffe3e29843a47d858b583fc88fc018206674c0',
|
|
||||||
as = 'catppuccin',
|
as = 'catppuccin',
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd('color catppuccin')
|
vim.cmd('color catppuccin')
|
||||||
end,
|
end,
|
||||||
branch = 'dev-remaster',
|
|
||||||
disable = config.theme ~= 'catppuccin',
|
disable = config.theme ~= 'catppuccin',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue