Void

Results 17 comments of Void

I have tried extending the splitting functionality with gaps since a lot of people like myself love to have gaps (or useless gaps from dwm). #113

Oh I'm sorry I didn't look into this for a long time and I forgot what my patch did. So basically my patch adds a script that has to be...

Hi @avastmick! Thanks for reporting this issue. I have two questions though. - Is the index file created in the correct location for these two wiki locations? - This path...

Thank you for the details! I could reproduce the issue. Will update the plugin soon! And to answer your questions, - No, its not caused by your plugins clashing since...

@avastmick @tarurata I have added a new commit for fixing this issue. Please have a look when you find time. Hope to hear from you soon.

@mlwarner Thanks for your response. I have rolled back the plugin. Please try updating the plugin again. If update fails, try reinstalling the plugin.

@CatalinPlesu Can you please check if [this](https://github.com/serenevoid/kiwi.nvim/tree/feat/chdir) works? I will merge this change after your confirmation or add changes if you have suggestions.

Aah, I see. I avoided separate paths to avoid complications. But this seems like a simpler solution. In this case, kiwi won't be able to create the directory for the...

We might need to add Windows support too. I'll look into this over the weekend

I didn't notice that `vim.fs.joinpath()` was a new feature. I'll try handling that within a separate function instead of using the built-in function for now.