Skip to content

Commit a2e7d6e

Browse files
authored
fix(docs): add missing comma in default configuration (#22)
1 parent a440fea commit a2e7d6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Following options can be given when calling `setup({config})`. Below is the defa
6969
auto_save = nil,
7070

7171
-- Disable navigation when the current mux pane is zoomed in
72-
disable_on_zoom = false
72+
disable_on_zoom = false,
7373

7474
-- Multiplexer to use
7575
-- 'auto' - Chooses mux based on priority (default)

0 commit comments

Comments
 (0)