Zeioth

Results 198 comments of Zeioth
trafficstars

@kohane27 is just a modified version of the example you have [in the docs](https://yazi-rs.github.io/docs/tips) Paste this on your `init.lua` and you will see the borders optimized for 2 columns: ```lua...

I've uploaded a video comparing it with ranger too. Everything seems fine. The sensibility also seems to be really good on both my scrollwheen and mini-trackball. https://www.youtube.com/watch?v=CjKcNoJ9VF4

Looks good. Video comparison here: https://www.youtube.com/watch?v=CjKcNoJ9VF4 Left: ranger Right: joshuto

Yes ranger scrolls slower (a bit too much).

+1, kitty protocol only works on kitty. Sixel is the industry standard.

You need wl-copy and wl-paste for this to work. Once you can copy paste normally, aplly the #10 fixes to fix the bug where the '0' character is inserted in...

@Cliffback I've generated a spring project [like this](https://start.spring.io/#!type=gradle-project-kotlin&language=kotlin&platformVersion=3.2.5&packaging=jar&jvmVersion=17&groupId=com.example&artifactId=demo&name=demo&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.demo) and after initializing it I see indeed there's a bunch of tasks. ![screenshot_2024-04-26_00-35-29_787859179](https://github.com/Zeioth/compiler.nvim/assets/3357792/abd209cf-aeef-4bbc-8ca4-649c98aa2df9) I was not aware gradle plugins can add their...

About the regex in this PR, I can't be really sure what is supposed to parse if you don't upload the example file you are trying to parse and instructions...

Also, I've updated the [wiki page of gradle](https://github.com/Zeioth/compiler.nvim/wiki/Gradle-build-automation-utility) covering the topics discussed in this PR.

@Cliffback Sorry for the long delayed response. Feel free to give it a go. I think both solutions are good. But indeed the current one is less "plug and play"....