You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: