Skip to content

Commit 7593cc5

Browse files
Stevenjin8Davidyz
authored andcommitted
missing comma
1 parent e81f53a commit 7593cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/neovim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ require("vectorcode").setup(
135135
on_setup = {
136136
update = false, -- set to true to enable update when `setup` is called.
137137
lsp = false,
138-
}
138+
},
139139
sync_log_env_var = false,
140140
}
141141
)

0 commit comments

Comments
 (0)