bfredl
bfredl
this implements a key like `` in insert mode but for terminal mode. insert mode already supports `` as a variant which somehow preserves the cursor differently, so seems logical...
The test will be if we can reimplement 'winhl' entirely lua side based on temas.
Rebase of most of #10071 Very rough draft. "builtin TUI" replacement sorta works, but not remote attachment yet (actually input works, but not redrawing..) Also needs a lot of cleanup,...
Warning: very rough sketch, but the intention is that multiple plugins can register buffer notifications on the same or different buffers without stepping on each other's toe. At least the...
This allows a plugin to poll for readability and/or writability on a specified fd. [here](https://gist.github.com/bfredl/5f90c9ebca958401b4ee) is an example integrating with a zeromq socket. However, I'm not actually sure we want...
Inspired by the [neovim-ruby script](https://github.com/alexgenco/neovim-ruby/blob/master/appveyor.yml)
Work towards https://github.com/neovim/pynvim/issues/342 The model supported here is: plugin code is written as greenlets ( spawned as request handlers or `nvim.async_call`), but once in a while needs to invoke a...