transfer.nvim
transfer.nvim copied to clipboard
[Feature] Global deployment.lua
Hi, thanks for this great plugin!
I was wondering if it is possible to support a global deployment.lua file instead of per project? The location could be in e.g., vim.fn.stdpath("data")/deployment.lua. If a local deployment.lua file is present it would overwrite the global configuration. However, it would fallback to the global one.
This would allow users to configure their servers + mappings globally in one place instead of per project.
Is this something you could consider adding as a feature?
Thanks for your interest! Personally, I don't need this feature, but PR is welcome.