Simon Pflaumer
Simon Pflaumer
NeoVim: v0.9.4 OS: Void Linux x86_64 (musl) Hello everyone. Are musl based Linux distributions not supported? Is there any way around this except to setup a glibc container/chroot? Is musl...
The `update_in_insert` and `lazy_update_in_insert` options, with their respective `vim.b.update_in_insert` and `vim.b.lazy_update_in_insert` counterparts, allow the user of the plugin to enable updating the context while in Insert mode. Currently, the information...
Should i reimplement modules as loadable shared libraries? the basic idea is stolen from [here](https://github.com/ItsEthra/yclass#plugin-api): ```Plugin API You can write a plugin to change the way YClass reads memory. To...
Added a few Functions and an example TOML Config file for Configuring Hoxy. Simplified start of Hoxy TODO: - Creating Filters from files (FromFile and FileLoc Config options) - Add...
highlights used by [lir.nvim](https://github.com/tamago324/lir.nvim) and it's [lir-git-status.nvim](https://github.com/tamago324/lir-git-status.nvim) extension.
## Description Hello everyone, eww currently crashes when launched on OpenBSD, as the output from OpenBSD's apm tool isn't similar to the one from FreeBSD, which has a slightly different...
### Description of the requested feature Adding a parameter, `:max-length`, to the `input` element that: - sets the maximum input length, beyond which no `:onchange` events will occur (except for...