miversen33 / netman.nvim

Neovim (Lua powered) Network Resource Manager
MIT License
341 stars 1 forks source link

[Feature Request]`Include` Syntax Support #208

Open jiz4oh opened 3 days ago

jiz4oh commented 3 days ago

Hi, thank you for creating so awesome plugin.

The ssh config supports Include syntax from 7.3p1, could you mind adding this syntax so that I can search it in Neo-Tree

miversen33 commented 2 days ago

That's an interesting idea! I did not know about that feature of ssh_config.

I have been wanting to update the ssh provider to better support stuff like dynamic endpoints, saving new connections without needing the ssh config, etc.

This seems like a fantastic addition to it. I have heavily slowed down development of Netman simply due to time constraints but I do like this idea and I don't imagine it will be "too difficult" to implement.

Alternatively, if you are feeling spicey, I have no issue in helping guide you through how to add something like this to the ssh provider