Samir Alajmovic
Samir Alajmovic
I understand, unfortunately, it's quite hard to do proper code coverage for this kind of project, since its main use is to run commands on remote servers and I found...
Thanks for the bug report, I will check it out.
That part of pinto is a bit buggy, but it's possible to add your own highlight groups. I don't use vimwiki, but it seems they have their own syntax file...
Hi, thanks for the kind words! And yes, it could be that you need to restart vim for new color schemes to be available. Editable examples are not possible currently...
Hey, sorry about the inconvenience, unfortunately, it's not possible to import the vim file directly :(. However, the vim file is easily parsable so one could quickly write a script...
Yes, I had plans to rectify that, however, it makes sense to keep it as it is since you might want to override tasks. So it would be possible to...
Thanks for the bug report and finding the inefficiencies, will check it out after vacation.
It sounds like a good idea, initially, I didn't want to introduce another config (keep the state in one location), but it might be helpful to resolve hosts.
Two libraries come to mind to help with this, https://github.com/mikkeloscar/sshconfig and https://github.com/kevinburke/ssh_config. I'm not using any 3rd party SSH library, but the crypto/ssh library provided by go (they only provide...
Bastion/Jumphost is not yet supported but is next on the list to implement, and I'll look at more ssh options configs to support.