Results 27 comments of Fabian Mundt

Thank you for your answer and interest. I've been using Treesitter for a few weeks so far and, as I said, I'm very fond of it. In fact, there are...

I've linked your suggestions to the corresponding Treesitter R package. Maybe there is a possibility to improve the grammar. In any case, thank you very much for the detailed suggestions!...

@lf-araujo you're welcome. Yes, I found a good solution. You can check out my neovim configuration here: https://gitlab.com/Inventionate/dotfiles/-/blob/main/init.vim the relevant part is located in a separate lua file here: https://gitlab.com/Inventionate/dotfiles/-/blob/main/nvim/lua/config/lsp.lua...

Yes, I use MUcomplete and configure my own completion chain. Basically I use both, the Nvim-R (for cite completion) and languageserver omnicompletion. You can find it in my init.vim The...

Yes, at the moment there is no stable treesitter markdown parser and so treesitter for r markdown is (at the moment) not available. If you take a look at the...

As far as I know, it is currently still not possible to use a Treesitter Markdown parser for R Markdown. The current Markdown parser is in an early stage of...

Thanks for the notes and I'm glad it's sufficient for some scenarios. As I wrote before, the current treesitter markdown parser will never support R Markdown 100 %. It would...

I think until the official implementation the compat version is the way to go: https://animate.style/#migration Current CDN link: https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.compat.css

I think the problem is that Treesitter does not support `synID()` and instead offers `:TSHighlightsUnderCursor` (nvim-treesitter/nvim-treesitter#1228). I'll play with it a bit.

All right and thanks anyway for the great plugin!