Giter VIP home page Giter VIP logo

Comments (4)

qvacua avatar qvacua commented on May 29, 2024 3

Thanks to @georgeharker 's contribution, VimR now uses stock Neovim binary.

from vimr.

archoversight avatar archoversight commented on May 29, 2024 1

The existing UIBridge already uses a client (VimR) and server model (NvimServer), the updates would be to have it uses msgpack instead of the msgpack over MachPorts.

See https://github.com/qvacua/vimr/blob/master/NvimView/Sources/NvimView/UiBridge.swift

Currently the NvimServer is a patched version of neovim which is why updates have been slow because of the additional patching work that has to be done: neovim/neovim@master...qvacua:neovim:develop

from vimr.

imajes avatar imajes commented on May 29, 2024

that sounds like a fair amount of work :/

from vimr.

justinmk avatar justinmk commented on May 29, 2024

Maybe. But maybe not--most UIs work over RPC. Some ideas:

  • There is a old (not fully implemented) idea for nvim to be able to work as a msgpack-rpc client, so applications like vimr could link to libnvim and use it to communicate with a remote nvim. So then vimr could continue to work with C buffers but wouldn't have to deal with rpc.
  • msgpack library for swift... https://github.com/gabriel/MPMessagePack

from vimr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.