docs: Add missing comma to lazy.nvim instalation (#409)

This commit is contained in:
Martin Kunz
2025-08-15 01:58:24 +02:00
committed by GitHub
parent 9cb4961161
commit 704c9d98e6

View File

@@ -96,7 +96,7 @@ to your plugins spec
```lua
{
'andymass/vim-matchup'
'andymass/vim-matchup',
init = function()
-- modify your configuration vars here
vim.g.matchup_treesitter_stopline = 500