Update README.md

Fixed optional log path property!
This commit is contained in:
Harrison (Harry) Cramer
2023-08-14 17:00:48 -04:00
committed by GitHub
parent 7dfd6d24e7
commit 8349bccb29

View File

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