Skip to content

Commit

Permalink
feat: Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Nov 9, 2023
1 parent 7c37719 commit 991a59b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Add the following configuration to your Neovim setup with [lazy.nvim](https://gi

```lua
{
"jellydn/hurl.nvim",
dependencies = { "MunifTanjim/nui.nvim" },
"jellydn/hurl.nvim"
dependencies = {"MunifTanjim/nui.nvim"},
cmd = { "HurlRunner", "HurlRunnerAt", "HurlRunnerToEntry" },
opts = {
-- Show debugging info
Expand Down Expand Up @@ -124,16 +124,15 @@ local default_config = {

-- Set the display mode for the response: 'split' or 'popup'
mode = 'split',

-- Split settings
split_position = "right",
split_position = "right"
split_size = "50%",

-- Popup settings
popup_position = '50%',
popup_size = {
width = 80,
height = 40,
height = 40
},

-- Default environment file name
Expand Down

0 comments on commit 991a59b

Please sign in to comment.