Kasper Kondzielski

Results 142 comments of Kasper Kondzielski

I found a fix for your case but I also dig a little bit more into that issue and I found countless other edge-cases that would not work even we...

I released another fix as 0.8.2 It should solve your problem but that is not a complete solution to that issue as there are still some edge cases where it...

This also happens on linux. The only way for me to get out of the logs buffer is to hit `ctrl+c` which would kill the `tail -f` process and close...

> And just an additional idea: perhaps it is makes sense to have the alttab functionality separated from the bar. :point_up: I've just started with wayland and came here looking...

> It should be possible to use sfwbar purely as a task switcher. I should probably create an example config for this use case That would be great, I tried...

As discussed in DMs I stripped the PR from any implementation of actionable diagnostics for unused symbols so it can be merged faster. Actionable diagnostics will be implemented as a...

As @zenoli mentioned here https://github.com/nvim-neo-tree/neo-tree.nvim/issues/445#issuecomment-1399615937 there is some race condition happening. My findings seem to also confirm that. However, in my code I have set `async_directory_scan="never"` so I don't understand...

You just need to get the node and pass it there while calling it: https://github.com/ghostbuster91/dot-files/blob/master/programs/neovim/config/lua/local/neotree/init.lua#L17

Before we start making changes to some other projects do you know how it works in https://github.com/nvim-tree/nvim-tree.lua ?

Maybe I misunderstand what `focus stealing prevention` means but I have just checked and calling telescope live grep from nvim-tree window shows results correctly in a separate window, without overriding...