Anders Evenrud

Results 283 comments of Anders Evenrud

> Maybe foldcolumnlevel or foldcolumndigits would be beter? Ah, yes. I was hoping someone suggested something else. I felt really unsure about the naming. *Edit*: I went for `foldcolumndigits`.

@zeertzjq Thanks for the suggestion. I've moved it.

Not really sure why the tests failed (to start?). They run successfully locally at least.

> Is the plan to submit this to Vim as well? I will definitively give it a go when I have some time. In the meantime, I'll update the `vim-diff.txt`...

I've been very busy since I initially created this PR, so haven't had a chance to look into the feedback / requests. But I now finally have some time to...

> Should be an easy reference to add 'foldoptions'. Thanks a lot for the pointers @justinmk . I gave this a go and it seems like things are working as...

Sorry for the late reply. I've been really busy all day :sweat_smile: Thanks. I'll do some investigation on this.

I figured out that this is a problem because of the internal Lua string matching functionality. This can be solved by tapping into the Neovim multibyte APIs. Gotta do a...

Thanks for using my plugin and for the contribution! I really like the idea of this, but I think maybe this could be introduced without any immediate breaking changes and...

> Oh, I'm really sorry about that. I have to setup lua linting and fix that for sure. No worries! I probably should add a contribution guide here as there's...