improve git integration
This commit is contained in:
@ -12,10 +12,10 @@ gitsigns.setup {
|
||||
changedelete = { text = '~' },
|
||||
untracked = { text = '┆' },
|
||||
},
|
||||
signcolumn = true, -- Toggle with `:Gitsigns toggle_signs`
|
||||
numhl = false, -- Toggle with `:Gitsigns toggle_numhl`
|
||||
linehl = false, -- Toggle with `:Gitsigns toggle_linehl`
|
||||
word_diff = false, -- Toggle with `:Gitsigns toggle_word_diff`
|
||||
signcolumn = true,
|
||||
numhl = false,
|
||||
linehl = false,
|
||||
word_diff = false,
|
||||
watch_gitdir = {
|
||||
interval = 1000,
|
||||
follow_files = true
|
||||
|
@ -11,7 +11,10 @@ scrollbar.setup({
|
||||
marks = {
|
||||
Cursor = {
|
||||
text = "*",
|
||||
}
|
||||
},
|
||||
GitAdd = { text = "|" },
|
||||
GitChange = { text = "|" },
|
||||
GitDelete = { text = "-" },
|
||||
},
|
||||
handlers = {
|
||||
cursor = true,
|
||||
|
Reference in New Issue
Block a user