musjj

Results 345 comments of musjj

For those not patient enough to wait for this PR to get merged, here's a small hack that you can use right now in your config: ```lua local file_browser =...

By the way, is there a way to query the width of the title so that we can trim the title optimally? Plenary trims the end of the path like...

Ah, to clarify, I meant to trim it by creation. Since the window isn't created yet, there's no way to check its width. Maybe the title can be set somewhere...

I think `vimv` can learn from `nnn`'s design. In `nnn` there's a batch rename mode similar to `vimv`, but the difference is that each file to be renamed is prefixed...

I don't think `stdpath` and `nvim_get_runtime_file` are really equivalents. `stdpath` is used to get the root of one of the standard paths (`cache`, `config`, etc.) while `nvim_get_runtime_file` is used to...

Thanks, that works for me!

Ah but still, having it as a built-in option would be nice, so I'll keep this open.

Classes extending `Group` without overriding the return types of the methods is why issues like this happen. Another one: ```typescript const group = this.physics.add.staticGroup() const sprite = group.create(...) // `any`,...

Scrolling with the wheel also changes the selected line on vim. I suppose for people who don't know/use vim, this is a more "natural" behavior. But a config option to...

Still happening to me. Thankfully there's a wayland replacement/port for most of the software I'm using.