Tim
Tim
I'm interested in picking this up if you're still interested in explaining how to add and run tests. I'm comfortable writing tests in general (and for functional programming [staples](https://github.com/timtro/tfunc/tree/master/test) in...
Taking the tests you've written [here](https://github.com/nvim-lua/plenary.nvim/tree/master/tests/plenary) as exemplary, it seems fairly straightforward. And I've found the 'test' make target, so running the tests is simple. A bit of Googling and...
I have the same issue of wanting to use manim to display lots of commutative diagrams (generated by tikzcd) and other TikZ drawn diagrams. I'm completely naïve to manim's internals,...
For what it's worth, I prefer the finer-grained undo. The `ciw` and `viw` commands, for me, are important. (I'm not suggesting, even for a moment, that my priorities should be...
I forgot to mention a workaround. For those missing `ciw`, you can use `bcw` to go to the beginning of the word before changing the word, giving the same effect....
Hopefully helpful to some onlookers—it isn't the automatic solution the OP was requesting, but it gives me the fine-grained control I would want anyway. Lua-based themes tend to store their...
I use Packer. Removing `~/.local/share/nvim/site/pack/packer/start/playground`, reinstalling and recompiling fixed it for me.
Thanks in advance. I wish I could help solve and not merely report the issue. But I'm getting errors when I simply use unicode characters in/as identifiers. Possibly helpful links:...
Thanks. It isn't urgent, so don't rush for me. But I sure do appreciate your attention. I reproduced the error on my laptop, and included the full stacktrace. See the...
@edwinksl If you need something in the meantime, you can simply edit the package. In atom, go to the package settings menu. Once you click on settings for the latextools...