Kasper Kondzielski
Kasper Kondzielski
I see, thanks for the clarifications, using non error status code indeed works without any issues.
I can volunteer for this
Yes it is, but I think that it used to work before only by coincidence. It seems like the proto files in akka are not being shaded and conflict emerges...
As a workaround one can specify a mergeStrategy to drop those files as they are only useful during compile-time or update `protobufVersion` to `3.11.4` which is the same as the...
> What about bringing this library to life :D Sounds like a good idea ;)
I've just came here report a similar issue. I also think that it is not an easy task to support nix based configurations. I agree that the best would be...
This PR is incomplete because there are some unsolved edge-cases. fyi: I reported the same issue to mini.nvim which has a similar logic in the jump module https://github.com/echasnovski/mini.nvim/issues/688 and it...
Here is some info about dot-repeatable actions: - https://gist.github.com/kylechui/a5c1258cd2d86755f97b10fc921315c3 - https://www.vikasraj.dev/blog/vim-dot-repeat
I personally stopped using `f`/`t` motions from this plugin because of this this. I was getting irritated with it not working as it should and I needed a quick workaround....
same issue in treesitter-textobjects https://github.com/nvim-treesitter/nvim-treesitter-textobjects/issues/519