davidatsurge

Results 5 issues of davidatsurge

First off, thanks a bunch for working on this plugin! I absolutely love the possibilities that neovim's treesitter integration opens up, and it's great when you find a plugin that...

Basically, this PR allows one to do: ```lua require("tsht").config.ft_to_parser.typescriptreact = "tsx" ``` where, `typescriptreact` and `tsx` can be substituted for the appropriate filetype, and treesitter parser, respectively (like one can...

Has anyone tried compiling this to WASM? Is it at all on the roadmap?

The list of common misconceptions contains: > if you've ever written a struct method ... then your code has generic elided lifetime annotations all over it. But that's not always...

First off, cool plugin! It'd be even cooler if you provided a mapping / a function to work in operator mode with text objects!