Santos Gallegos

Results 342 comments of Santos Gallegos

@paniash can you share the file that you opened? Maybe, was it python? see https://github.com/neovim/neovim/issues/14897

Are those files big? Currently parsing the first time may be slow as it's done synchronous, edits after that should be fast. Also, maybe are you using foldexpr? https://github.com/nvim-treesitter/nvim-treesitter/issues/1100

@iamcco can you share the file you are using?

Also, this may be the same problem as https://github.com/nvim-treesitter/nvim-treesitter/issues/1396

So, excluding the first like isn't exactly the same as the previous behavior, the previous behavior was to fold only the body of the function/method, this won't work in functions...

Yes, `gitdb` is part of the requirements https://gitpython.readthedocs.io/en/stable/intro.html#requirements

Hi, most of those (maybe all) from the demo/*.rst files are on purpose to test how they look like with the theme.

I was thinking about this last week, I'm +1 on having this.

@sankha555 this issue has the label `Needed: design decision`, someone from the core team must take a decision first.

I think this should be a setting of the rtd theme, and we could populate that option automatically (or maybe just leave this to the users). Anyway, moving this to...