transfer.nvim icon indicating copy to clipboard operation
transfer.nvim copied to clipboard

[Feature] Global deployment.lua

Open smjonas opened this issue 1 year ago • 1 comments

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?

smjonas avatar Sep 20 '24 10:09 smjonas

Thanks for your interest! Personally, I don't need this feature, but PR is welcome.

coffebar avatar Sep 20 '24 13:09 coffebar