Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit 6685d79

Browse files
ds82Dennis Sänger
andauthored
fix: add missing comma in default config (#64)
Co-authored-by: Dennis Sänger <git@mail.ds82.de>
1 parent fea272d commit 6685d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Here is the default configuration:
8686
picker_cmd_args = {}, -- example using glow: { "-s", "dark", "-w", "50" }
8787
mappings = { -- keymaps for the doc buffer
8888
open_in_browser = ""
89-
}
89+
},
9090
ensure_installed = {}, -- get automatically installed
9191
after_open = function(bufnr) end, -- callback that runs after the Devdocs window is opened. Devdocs buffer ID will be passed in
9292
}

0 commit comments

Comments
 (0)