-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble setting transparent background in lazy #212
Comments
you're having some syntax issue return {
"NLKNguyen/papercolor-theme",
config = function()
vim.g.PaperColor_Theme_Options = {
theme = {
default = {
transparent_background = 1,
},
},
}
end,
} |
I tried your suggestion. Still doesn't work. |
could you elaborate more ? |
No tranparency. |
fork this patch/ patch them locally it should fix the issue (i am assuming your're using nvim >= 0.10) |
It worked! Many thanks. Edit: Wait. Lazy is now giving me errors about the edits I made. How can I make these changes permanent? |
not sure.. maintainer seemed to be rather inactive for the past few month...
not sure if there's other way.. you can fork it and reference it |
Great idea. Thanks for all your help.. |
Here is what I have in my papercolor.lua:
This is the error on startup:
/home/vaskark/.config/nvim/lua/plugins/papercolor.lua:5: '}' expected (to close '{' at line 4) near ':'
I really can't see what I'm missing. Can anyone offer help?
Thanks.
The text was updated successfully, but these errors were encountered: