Skip to content

Commit

Permalink
feat(config): add file_root directory configuration option
Browse files Browse the repository at this point in the history
Closed #195
  • Loading branch information
jellydn committed Sep 30, 2024
1 parent 5d4390b commit c502953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/hurl/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ local default_config = {
next_panel = '<C-n>', -- Move to the next response popup window
prev_panel = '<C-p>', -- 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
Expand Down

0 comments on commit c502953

Please sign in to comment.