Maria José Solano

Results 92 comments of Maria José Solano

@jaywcjlove Yeah I *think* that adding that `"exports"` field should avoid the need of having `experimental: { esmExternals: true }`.

I just encountered this issue too. To reproduce it: 1. Download the files found [here](https://github.com/weiliy/dnvim-code/tree/3683a215af5173be197c7f0ce2ba9a65e2c17778/quickfix/wakeup). 2. Open Neovim in that directory, and run `:make` (assuming you have `gcc` installed). 3....

@romgrk Yes, I can still reproduce it. https://github.com/nvim-treesitter/nvim-treesitter-context/assets/62502207/57f9b239-97b4-4087-a12d-67328c63d2ec

> Could we use `]D`, `[D` or `g]d`, `g[d` for "next highest" behaviour? My 2 cents: When we have this level of mapping possibilities, I think that there will be...

Is there anything blocking this PR?

@FormalSnake this will be possible once https://github.com/neovim/neovim/pull/25073 goes in.

Alright here's the thing: I had initially envisioned https://github.com/neovim/neovim/pull/25073 to include the public API for the new LSP markdown methods, but because that will involve a larger refactor tracked by...

@justinmk We can indeed merge `jumpable` into `active`. However I feel like it might not help with the ease of use around the API because of some cases like: If...

> right? seems clear to me. `active()` gives a different result when its search space is filtered. That works like any other filter. Right, but there's no filter combination that...

@amaanq right, but given that `nvim-treesitter` is one of the first plugins most Neovim newcomers will install, I believe the docs should be clearer about this :)