Daniel Jankowski

Results 66 comments of Daniel Jankowski

Experiencing the same issue after the update to neovim 0.10.0 when running in zellij. --- Edit: when running in tmux, the cursor is just flickering, but not jumping

Thanks a lot! When the `KdlDocument` is created manually within the Rust function, it seems to format properly. So I'm not sure whether it's a bug in the parser or...

Fixed in the new 6.0.0 release. I just updated to the newest version, replaced `fmt()` with `autofmt()` and all of the unit tests for my formatter passed. Thanks a lot...

Sure. But the CLI is very much at the beginning as I stopped on it when I raised this issue. It's really awesome, that you've built these conversion functions into...

Works like a charm! Build the v1 and v2 conversion (in both directions) into it. With some smaller KDL documents it works flawless. Here's the code, if you'd like to...

Hi and thanks for your feature request. As you may followed in the zellij discord, I can only implement hiding the border with making it invisible. Reducing the pane size...

Hi :) I don't think there's a way to reload it, unfortunately. But this is a limitation within zellij. There are two ways to configure zjstatus: layouts and plugin aliases...

Hi! Thank you for the detailed bug report. Unfortunately, I cannot really do much about this issue. Zellij is executing the plugin commands within the directory, in which the zellij...

I've took a look at the documentation. We're able to get the focused pane, but not the cwd :/ therefore I cannot implement this behavior. As the current behavior is...

Update: the CWD will be added to the PaneInfo in the future. Thus I'd like to stall this issue until we got the field to implement it in a clean...