Skip to content

Commit

Permalink
Simplify description
Browse files Browse the repository at this point in the history
Co-authored-by: Lewis Russell <me@lewisr.dev>
  • Loading branch information
andrewferrier and lewis6991 committed Jul 25, 2022
1 parent 0c43884 commit 1b5c81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1b5c81f

Please sign in to comment.