nvim-sshfs
nvim-sshfs copied to clipboard
Feature request: Support Include directives in .ssh/config
Hi @DanielWeidinger,
First of all, thanks for this amazing plugin. I have a small feature request:
My .ssh/config looks like this:
IgnoreUnknown Include
Include "/home/simon/.ssh/config.d/*"
Ssh works flawlessly but nvim-sshfs show some lua errors and shows an empty list of targets. I would really like to see support for Include directives.
Cheers Simon