Amaan Qureshi
Amaan Qureshi
Status of this @ixru? Is it still useful to add?
try playing around with `(#offset! @fold 0 0 0 -1)` as suggested - if you can get that to work better or as-wanted I'll merge, otherwise close
Nice to see! Great timing too because I was thinking of adding more bindings upstream, I've added some for Go, C, and Swift here: https://github.com/tree-sitter/tree-sitter/pull/2438 I'd like Python and Zig...
Ci seems to be outdated... rebase and it'll be fine now
I've added upstream support for python bindings (kinda) in the linked PR, would be nice if you could check it out and provide some feedback It exports the language function...
I did know I could override the key, but completely forgot while doing this..oops. I do think it should be a bit easier to add/import additional layers for things like...
Hi again @folke, I love the change for optional lang/ui extensions! Now in light of that change, I've added rust-tools and clangd_extensions inside extras/lang, and have made it super easy...
That config is relatively old @zolrath, can you try this [here](https://github.com/amaanq/LazyVim/blob/5a464f6db5d007bcf95f144cc18d441fc56ca908/lua/lazyvim/plugins/extras/lang/rust.lua)? And do you use copilot? I had an issue where copilot was loading after null-ls/rust_analyzer and so the keymaps...
That crates source addition is awesome, I had never known about that..thanks! I am probably not gonna update this PR unless folke explicitly states interest in adding rust-tools. You were...
Hm it might, but does that just use links to the current grammar (i.e. https://github.com/elm-tooling/tree-sitter-elm ?) If so, those would just get redirected. Also, tokens can't be leaked but I...