From 8349bccb29b6822ca4297660445d7663aeb80412 Mon Sep 17 00:00:00 2001 From: "Harrison (Harry) Cramer" <32515581+harrisoncramer@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:00:48 -0400 Subject: [PATCH] Update README.md Fixed optional log path property! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10c2253..d280d49 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Here is the default setup function: ```lua require("gitlab").setup({ port = 20136, -- The port of the Go server, which runs in the background - log_path = vim.fn.stdpath("cache"), -- Log path for the Go server + log_path = vim.fn.stdpath("cache") .. "gitlab.nvim.log", -- Log path for the Go server keymaps = { popup = { -- The popup for comment creation, editing, and replying exit = "",