missing comma in README.md

This commit is contained in:
mbpowers
2024-01-21 14:00:55 -06:00
committed by GitHub
parent 4ad4e8e2b9
commit c63ac09b96

View File

@@ -311,7 +311,7 @@ Pass a table to the setup call with your configuration options.
-- winhl options for the preview window, see ':h winhl' -- winhl options for the preview window, see ':h winhl'
winhl = 'NormalFloat:', winhl = 'NormalFloat:',
-- Pseudo-transparency of the preview window, see ':h winblend' -- Pseudo-transparency of the preview window, see ':h winblend'
winblend = 0 winblend = 0,
-- Experimental feature that let's you edit the source content live -- Experimental feature that let's you edit the source content live
-- in the preview window. Like VS Code's "peek editor". -- in the preview window. Like VS Code's "peek editor".
live = false live = false