-
Notifications
You must be signed in to change notification settings - Fork 30
[DONT MERGE] proposal: rewrote colorscheme to Lua #74
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
I have gone back and forth on this many times. I personally would love to have the theme in lua for the improved ergonomics of developing the theme. It really comes down to the cost of splitting the project. If this were to happen than it would need to be a new nvim port. But than you will end up a lot of people that never upgrade and stay stuck in the old vim package. At this point I haven't gone for it since there wasn't anything I couldn't do using the vim package. Let me think on this for a bit. |
A less... conventional alternative may be like That is an interesting approach, although work could still continue on the vim port since it wouldn't be deprecated. If the two branches would end up looking entirely different and users would have to change their package manager in some way either way I sm still leaning on a different repo for neovim. |
Apologies @DrKJeff16 I went to copy your message to quote on what you said but then accidentally edited your message..... I don't know why github allows you to edit other people's messages..... |
Haha. That still counts as a response.
@skbolton Oh don't get me wrong, I'd also prefer another repo instead. Speaking of another repo, if you need any help with setting it up/maintenance for it I'm willing to do it. Ofc your decisions would be final and I'll look into any suggestions. I'd rather do Lua stuff than Vimscript myself. 123 Footnotes |
Description
Caution
@skbolton
THIS IS A PROPOSAL
I have rewritten the colorscheme to Lua. My proposal here is to either split this into a new branch OR (prefferably) create a new port.
I'm new to making colorschemes specifically, so I'd like to know what you think.
Setup is now changed. I'll use
lazy.nvim
as an example: