1

Refresh generated nvim config

This commit is contained in:
2024-06-03 21:11:20 +02:00
parent fd506d4921
commit 50723ef645
2114 changed files with 84528 additions and 44473 deletions

View File

@ -93,12 +93,9 @@ Note functions with the {async} attribute are run asynchronously and accept
an optional {callback} argument.
setup({cfg}, {callback?}) *gitsigns.setup()*
setup({cfg}) *gitsigns.setup()*
Setup and start Gitsigns.
Attributes: ~
{async}
Parameters: ~
{cfg} (table|nil): Configuration for Gitsigns.
See |gitsigns-usage| for more details.