On Tue, Oct 9, 2018 at 11:12 AM Kent Tenney <[email protected]> wrote:
> I also think it would be great if Leo could use neovim for the editing > experience. > > This project > https://github.com/neovim/python-client > > says: > > You can embed neovim into your python application instead of binding to a > running neovim instance. > > >>> from neovim import attach > >>> nvim = attach('child', argv=["/bin/env", "nvim", "--embed"]) > > Not sure if that works with QT > > https://gitlab.com/Muream/neovim-pyqt > seems to subclass a QT class to provide neovim in a QT window > Thanks, Kent. This is worth investigating, even if it becomes a Linux-only feature of Leo. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
