jdrouhard

Results 49 comments of jdrouhard

Fixed by nvim-treesitter/nvim-treesitter#3204

Commenting on an almost 2-year-old issue (sorry...), but I'm running into the same issue with 8.4.0, and using a `.fdignore` alone doesn't actually work: ``` $ cat .gitignore build/ $...

No, I want to ignore everything in `build/` _except_ files ending in .cpp (for this example). What I'm really trying to do is let `fd` find files that match a...

Or a configurable buffer? Default of 0 to mean current behavior, or force passthrough or something? Trade off between faster channel switch and being closer to live vs smoother playback...

Nice work, I had this on my list to implement when I found any semblance of free time 🤣 Sorry this is long, dumping my thoughts in one comment as...

I edited my comment slightly (not sure which version you saw). The other main thing is you'll probably need a range request/result pair per window and a way to automatically...

Concatenating range results as they come in doesn't work, unfortunately 😔 The decorator requires that the token list used to look up which extmarks to add be in order and...

Awesome theme! I did notice one thing that might need a slight tweak. Seems like `@namespace` is linked to `Identifier`, but `@lsp.type.namespace` is linked to `Structure` (which links to `Type`)....