Open AnkurAlpha opened 5 months ago
I was able to get mine to not have the error with the following:
{
'NLKNguyen/papercolor-theme',
priority = 1000,
config = function()
-- Blank to address startup error
end,
init = function()
vim.opt.termguicolors = true
vim.cmd.colorscheme 'PaperColor'
end,
},
I am not able load the the theme in lazy plugin manager, it was working great in packer it doesn't works in lazy here are my configs :
It gives me an error like papercolor is not found
Any kind of help will be appreciated. Thanks in advance :slightly_smiling_face: