docs: remove tag option from Packer snippet (#96)

This commit is contained in:
Guilherme de Andrade 2022-09-18 17:22:07 +01:00 committed by GitHub
commit 47dd2ad6ba

View file

@ -19,7 +19,6 @@
use({
'rose-pine/neovim',
as = 'rose-pine',
tag = 'v1.*',
config = function()
vim.cmd('colorscheme rose-pine')
end