1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update gitsigns conf

This commit is contained in:
jdhao 2022-09-20 01:15:16 +08:00
parent 74a9767018
commit 45d0d68b9e

View File

@ -8,7 +8,6 @@ gs.setup {
topdelete = { hl = "GitSignsDelete", text = "", numhl = "GitSignsDeleteNr", linehl = "GitSignsDeleteLn" },
changedelete = { hl = "GitSignsChange", text = "", numhl = "GitSignsChangeNr", linehl = "GitSignsChangeLn" },
},
word_diff = true, -- Toggle with `:Gitsigns toggle_word_diff`
on_attach = function(bufnr)
local function map(mode, l, r, opts)
opts = opts or {}