bfredl
bfredl
are some of you guys aware/planning to use https://libgit2.org/luagit2/modules/Commit.html ? Neovim 0.5 wants to fully support bindary deps via luarocks, so doing a `luarocks install lua-git2-scm` should be fine.
Ping @tjdevries once his talk is over (20 mins ish) :]
@wbthomason we might not be able to fully "commit" to a working solution inside nvim 0.5 release. However, I think packer.nvim could work nicely as a "sandbox" where we try...
@bryall I have just had other as stuff to do :] but feel free to send a PR on top of my PR if you wanna accelerate the process.
some work towards 1.0 has been done in luagit2, though I did not get the existing makefiles to cooperate without hacks.
need reproduce with core only. otherwise it is impossible to know what behavior is from core or from the plugin.
Hmm ideally we don't need to special case lua at all, but can avoid this allocation regardless of target. To make this scale to more complex cases, I think the...
> Are there any plans to split up the TUI and nvim core code, so these can be built separately (maybe as a TUI submodule?) I don't really see the...
> I envisioned making the TUI client just an other consumer of the RPC API - which I guess will be the preferred communication method for GUI’s as well? If...
> It is not unreasonable as that is how the majority will use the project. I am thinking more in terms of how to organize the code, or as you...