Skip to content

Commit 704c9d9

Browse files
authored
docs: Add missing comma to lazy.nvim instalation (#409)
1 parent 9cb4961 commit 704c9d9

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
@@ -96,7 +96,7 @@ to your plugins spec
9696

9797
```lua
9898
{
99-
'andymass/vim-matchup'
99+
'andymass/vim-matchup',
100100
init = function()
101101
-- modify your configuration vars here
102102
vim.g.matchup_treesitter_stopline = 500

0 commit comments

Comments
 (0)