From 991a59b5ab88ae594984fd8ad70769e2b7e22cb7 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:54:28 +0000 Subject: [PATCH] feat: Updated README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dbb39f1..4982a2f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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