anuvyklack / pretty-fold.nvim

Foldtext customization in Neovim
Apache License 2.0
441 stars 22 forks source link

Reimplement the now missing `curwin_col_off` FFI function binding, fix #38 #41

Open bbjornstad opened 5 months ago

bbjornstad commented 5 months ago

Please see the resolved issue for more information about the specific issue this is solving. TLDR: removed a function binding which was necessary for plugin operation and reimplemented it according to @cassava's proposed solution.

This has worked for me for some time and I believe for other people as well.

bbjornstad commented 4 months ago

If anyone finds this hoping that this issue has been fixed in the upstream version of pretty-fold.nvim, until this PR is merged you can substitute my fork in your configuration (bbjornstad/pretty-fold.nvim). When this makes its way into the original repository I will remove my fork and one can move back to the upstream repo.

taoso commented 4 months ago

@bbjornstad I am using you fork, it works like charming 👍

daUnknownCoder commented 4 months ago

If anyone finds this hoping that this issue has been fixed in the upstream version of pretty-fold.nvim, until this PR is merged you can substitute my fork in your configuration (bbjornstad/pretty-fold.nvim). When this makes its way into the original repository I will remove my fork and one can move back to the upstream repo.

might want to add this fork to rockerboo/awesome-neovim, because the last commit to this one was 2 years ago