fix: gitsigns line
This commit is contained in:
parent
2d8f9c127b
commit
5bebc11dcb
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ return {
|
||||||
signs_staged_enable = true,
|
signs_staged_enable = true,
|
||||||
signcolumn = true, -- Toggle with `:Gitsigns toggle_signs`
|
signcolumn = true, -- Toggle with `:Gitsigns toggle_signs`
|
||||||
numhl = true, -- Toggle with `:Gitsigns toggle_numhl`
|
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`
|
word_diff = false, -- Toggle with `:Gitsigns toggle_word_diff`
|
||||||
watch_gitdir = {
|
watch_gitdir = {
|
||||||
follow_files = true,
|
follow_files = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue