dundargoc

Results 302 comments of dundargoc

Hmm, wonder if we can't use this (or something similar) for all dependencies actually.

I'm confused. Does this mean we can't use lpeg.so in mac? In that case, shall we close this PR?

I see. I guess it makes sense to not go ahead with this fix then to reduce confusion?

> does it work normally? On debug it aborts with explicit popup error. On release it just aborts quietly. I'm not able to use the `:detach` command since it immediately...

Only if `__NVIM_DETACH` is defined.

People have expressed that they would like to import the libvterm tests before attempting any major refactors such as this. This is frozen until that happens.

The tests have been [ported](https://github.com/neovim/neovim/pull/30335) so this is good to go, but @bfredl has some ongoing work in this in https://github.com/neovim/neovim/pull/31635 so don't think it's worth keeping this open. This...

Continued in https://github.com/neovim/neovim/pull/31846

In `contrib/minimal.lua` there's a template to get you started which you can use to download the plugins you may need. Use that with `nvim --clean -u minimal.lua` with as little...

`git describe` is usually the go-to method for projects to give a ref a human readable name. It can be adjusted to only give the number of commits since last...