Robb Enzmann
Robb Enzmann
Any updates on this? Having the same issue on vim 8.1+, Windows 10, everything 64 bit.
@necaris Looks like it's been a minute since there was some discussion on this, but I'm chiming in to say I have the exact same use case as @jsigman, and...
Hey @necaris! Before I tried to change up too many things I thought I'd take down some notes for potential discussion. I think the main barrier to TRAMP right now...
In our recipe for C++, we don't have a `:requires` keyword in there: https://github.com/renzmann/treesit-auto/blob/1b63bc5e50def3c14ab69e53ed6e7f65a7482016/treesit-auto.el#L130-L135 For instance, we say that `gomod` requires `go` https://github.com/renzmann/treesit-auto/blob/1b63bc5e50def3c14ab69e53ed6e7f65a7482016/treesit-auto.el#L173-L179 If you open a PR that adds...
> ... the latter is only setting major-mode-remap-alist locally not globally. I don't yet understand why it was coded in this way ... The motivation here (and I agree that...
That's great! I wonder if treesit-auto should be responsible for this too, or leave it as a documentation thing for when people are configuring their Org setup.
That makes sense for legacy languages like Python, but not net-new languages like Go and Rust. If I'm trying to transition to `go-ts-mode`, which derives from `prog-mode` directly, but also...
@jcs090218 apologies I missed this! (Been moving my home for the last couple months so this project had to go by the wayside for a bit). I think something simple...
The only thing I'm not sure about is having multiple recipes that declare the same `:ext` - with our current implementation of `treesit-auto--get-buffer-recipe`, it would load the mode first appearing...
It looks like newer versions of Emacs [will allow you to do this](https://github.com/emacs-mirror/emacs/blob/90d3b3408e404aba383302c3147d3ca614619986/lisp/treesit.el#L3579). In Emacs 29 the output directory was hard-coded. Since I need to maintain compatibility with Emacs 29,...