Fabian Mundt
Fabian Mundt
Treesitter R
Not really a problem, but more of a hint. An R parser for Neovim Treesitter will be available soon. I have already tried it and it seems to be very...
It looks like all animations with the latest version of Animate.css don't work anymore, because the CSS classes have been renamed (https://github.com/animate-css/animate.css/releases). Is there any chance taht this problem gets...
I am currently experimenting with the new [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter) that will be part of the next Neovim release. Unfortunately, syntax-based scopes don't seem to work with it. For example, when I...
This small fix solves the problem if you have a short description, a long label title and `label.width = NULL`. It fixes the issue I created for this (#207). I...
Apparently, the annotation functions only take into account the width of the description, but not the label heading. There are certainly cases where the heading is longer than the description....
At the moment R code chunks are unfortunately not recognized by smart autoformatting, i.e. (hA) formatting is not disabled within the code chunks (see jalvesaq/Nvim-R#600). This is due to the...
Is it planned to support [pandoc-crossref](https://lierdakil.github.io/pandoc-crossref/) as a complete source in the future? I know that you can create a dictionary file manually and complete references that way. But automation...
First of all, thank you for the wonderful package! When updating to Nova 4 I saw that the router code has not yet been updated in this package. Nova 4...
Thank you very much for the great package. At the moment I'm trying to use it with the BooleanGroup field, so that when a value is selected there, another field...
Thank you for your great package. Unfortunately there seems to be a problem with YAML blocks for meta information. I defined my title there, but it is ignored when creating...