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({
|
use({
|
||||||
'Pocco81/Catppuccino.nvim',
|
'catppuccin/nvim',
|
||||||
as = 'catppuccino',
|
commit = '85ffe3e29843a47d858b583fc88fc018206674c0',
|
||||||
|
as = 'catppuccin',
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd('color catppuccin')
|
vim.cmd('color catppuccin')
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Reference in a new issue