From 1b5c81f64aeb29bf059b9d65b697d14ab51a4951 Mon Sep 17 00:00:00 2001 From: Andrew Ferrier Date: Mon, 25 Jul 2022 09:54:00 +0100 Subject: [PATCH] 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',