diff --git a/lua/hurl/init.lua b/lua/hurl/init.lua index d5594e2..826abb6 100644 --- a/lua/hurl/init.lua +++ b/lua/hurl/init.lua @@ -51,6 +51,8 @@ local default_config = { next_panel = '', -- Move to the next response popup window prev_panel = '', -- Move to the previous response popup window }, + -- File root directory for uploading files + -- file_root = vim.fn.getcwd(), } --- Global configuration for entire plugin, easy to access from anywhere _HURL_GLOBAL_CONFIG = default_config