feat(themes): lock catppuccino commit hash
This commit is contained in:
parent
3683a23aeb
commit
bbdf42e745
1 changed files with 3 additions and 2 deletions
|
@ -21,8 +21,9 @@ function M.init(use, config)
|
|||
})
|
||||
|
||||
use({
|
||||
'Pocco81/Catppuccino.nvim',
|
||||
as = 'catppuccino',
|
||||
'catppuccin/nvim',
|
||||
commit = '85ffe3e29843a47d858b583fc88fc018206674c0',
|
||||
as = 'catppuccin',
|
||||
config = function()
|
||||
vim.cmd('color catppuccin')
|
||||
end,
|
||||
|
|
Loading…
Add table
Reference in a new issue