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 = "",