fix: gitsigns line

This commit is contained in:
pika 2025-03-20 18:37:24 +01:00
parent 2d8f9c127b
commit 5bebc11dcb

View file

@ -174,7 +174,7 @@ return {
signs_staged_enable = true,
signcolumn = true, -- Toggle with `:Gitsigns toggle_signs`
numhl = true, -- Toggle with `:Gitsigns toggle_numhl`
linehl = true, -- Toggle with `:Gitsigns toggle_linehl`
linehl = false, -- Toggle with `:Gitsigns toggle_linehl`
word_diff = false, -- Toggle with `:Gitsigns toggle_word_diff`
watch_gitdir = {
follow_files = true,