medwatt
medwatt
This doesn't work, unfortunately.
Thanks for the reply. I am asking because I tried to write my own but couldn't get it to work. I hope you wouldn't mind helping out.
> Interesting it looks like fzf.vim's `:Rg` uses `--smart-case` by default, and mine doesn't. You're right. I just checked. Including --smart-case with RgRaw returns the same count. Thank's for the...
@theHamsta, I created a new file with just 500 lines or so, and without any code blocks. Here's the result. So, I believe the markdown parser is likely the one...
@theHamsta, this is the first time I am hearing of these. However, I installed the helix editor to test. I am having problems installing the markdown parser. According to the...
> https://github.com/MDeiml/tree-sitter-markdown The question is how to get helix to install the parser? I have no idea how helix works. But as I said, the delay is much worse in...
@theHamsta, maybe you can shed some light into why parsing a markdown file is more intensive than Lua, for instance, given that Lua's grammar is more complex than markdown's. I...
@theHamsta, thanks for doing these tests. You mentioned `parsing timeout`, and from what I understood, it's something that is not active by default. I wonder then what causes treesitter to...
@theHamsta, I think, for a temporary solution, it would be a good idea to expose the option to set a custom timeout for slow parsers.
I am experiencing the same issue. I'm also on arch linux and running python 3.10. 