Ole Christian Eidheim
Ole Christian Eidheim
Someone also mentioned neovim with respect to vim support. I have not studied this project, and do not know how this would work.
Neovim might be the most general approach: https://github.com/neovim/neovim/wiki/Plugin-UI-architecture, using stdin and stdout through a process running nvim.
That would be great, thank you.
After doing some tests in https://gitlab.com/eidheim/neovim-embed-test I conclude that the NeoVim API is not yet ready for efficient integration with an outside text buffer. The main issue is that the...
Thank you again, but I am not entirely convinced that this is a helpful feature. There are too many exceptions where one would not create a class in a "standard"...
Thank you again, but we try to keep automatic intrusive actions such as closing open files down to a minimum.
Good idea @zalox , this would definitely be an improvement
Thank you, but this PR has some issues: * Please do not style reformat the source files. I'd like to use clang-format at some point, but its support for lambda...
Feel free to make a pull request on docs/install.md.
We should probably also have a contents section on top when this file (docs/install.md) gets more contributions.