edluffy / hologram.nvim

👻 A cross platform terminal image viewer for Neovim. Extensible and fast, written in Lua and C. Works on macOS and Linux.
MIT License
1.28k stars 31 forks source link

Project status #9

Closed romgrk closed 2 years ago

romgrk commented 2 years ago

Hey,

I have been doing a lot of work to expand the API of this plugin. I was wondering if you plan on actively continuing the development? Would it also be possible to add a license to the project?

For reference, here is a branch with some changes I made: https://github.com/romgrk/hologram.nvim/tree/development And here is a reddit post with a demo of them: https://www.reddit.com/r/neovim/comments/ssam1h/interminal_graphics_drawing_with_kitty/

Thanks

edluffy commented 2 years ago

Awesome!

I do plan on eventually starting working on this plugin again but I have been quite busy lately so i'm not sure when exactly. I'll add a license in the meantime. Thank you for taking an interest in this project!

romgrk commented 2 years ago

Cool :) Here is something that can be done with the new changes I made: https://github.com/MunifTanjim/nui.nvim/pull/107

Just a heads up, the changes are substantial: https://github.com/romgrk/hologram.nvim/tree/development

edluffy commented 2 years ago

I have taken a look through the changes you have made and everything looks good to me. Send in a PR when you are ready and I will merge :)

romgrk commented 2 years ago

See #12