Jason Hansen

Results 24 comments of Jason Hansen
trafficstars

Yeah, it's probably best to leave endwise out of the scope of this plugin. I would just try to get endwise to play nicely with this plugin, but I use...

For anyone that misses endwise while using treesittter, there's a new plugin that implements endwise functionality using treesitter: https://github.com/RRethy/nvim-treesitter-endwise It currently only supports ruby and lua, but adding support for...

I believe the reason your rule for comments isn't working is that the comments are in a different language tree with the language "comment". You should be able to disable...

@MohammadShabaniSBU I noticed the same issue where the Click event would fire twice. I fixed it in my first commit of #193.