Skip to content

Commit e411fa9

Browse files
authored
Merge pull request #1 from markis/patch-1
docs: add missing comma in README
2 parents a320da0 + d67e6cd commit e411fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add the following to your lazy/packer config
5656
{
5757
'2kabhishek/tdo.nvim',
5858
dependencies = 'nvim-telescope/telescope.nvim',
59-
cmd = { 'Tdo', 'TdoEntry', 'TdoNote', 'TdoPending', 'TdoToggle' 'TdoFind', 'TdoFiles' },
59+
cmd = { 'Tdo', 'TdoEntry', 'TdoNote', 'TdoPending', 'TdoToggle', 'TdoFind', 'TdoFiles' },
6060
keys = { '[t', ']t' },
6161
},
6262

0 commit comments

Comments
 (0)