nvim-sshfs icon indicating copy to clipboard operation
nvim-sshfs copied to clipboard

Feature request: Support Include directives in .ssh/config

Open brummer-simon opened this issue 2 years ago • 0 comments

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

brummer-simon avatar Jan 15 '24 14:01 brummer-simon