I actually just respond to UI events sent by Neovim. Currently, neovim does not externalize windows splits to the client (hence the ascii art, which is from vim/neovim). Same for the status line: neovim by itself does not externalize this to the remote UI. But I'd really like to see these in the future. Currently neovim only delegates the tabs (which I haven't implemented yet) and the completion popup.
Jean On Mon, Oct 16, 2017 at 6:52 AM, Carsten Haitzler <[email protected]> wrote: > On Tue, 3 Oct 2017 21:24:04 +0200 "Jean Guyomarc'h" < > [email protected]> > said: > > Interesting. it looks very "texty" ... very little seems to be done in > widgets. > is that just a current state of things? or a limitation? it's using ascii > art > to do dividers between cells/tiles/sections for example. the status line > at the > bottom is all still just plain text. line number column too etc. - you know > what i mean. these are not split out semantically somehow so they can be > displayed differently? > > > Hi guys, > > > > I've been working on an (EFL) neovim[1] client lately. > > > > If you haven't heard of neovim, it is a popular fork of vim that > refactors > > the beast, to ease its maintenance while adding modern features to it. > One > > of them being providing an RPC API for clients to provide remote UIs. > > > > And that's what eovim attempts to be: an EFL GUI for Neovim. > > Details are at https://phab.enlightenment.org/w/projects/eovim/. > > I'd love to hear some feedback from the enligthened. > > > > [1]: https://neovim.io/ > > > > Best regards, > > Jean > > ------------------------------------------------------------ > ------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > > -- > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > Carsten Haitzler - [email protected] > > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
