From 8c4f51db5bee346afe9b686381b135fe8fadc706 Mon Sep 17 00:00:00 2001 From: Andrew Ferrier Date: Mon, 25 Jul 2022 09:54:00 +0100 Subject: [PATCH] doc: Simplify description Co-authored-by: Lewis Russell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7a1b2e4..94b7abfb 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ require('gitsigns').setup { sign_priority = 6, update_debounce = 100, status_formatter = nil, -- Use default - max_file_length = 40000, -- Disable gitsigns if file is longer than this (in lines) + max_file_length = 40000, -- Disable if file is longer than this (in lines) preview_config = { -- Options passed to nvim_open_win border = 'single',