aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-09-20 01:15:16 +0800
committerjdhao <jdhao@hotmail.com>2022-09-20 01:15:16 +0800
commit45d0d68b9ecab77d3964ff12487611dab95bbd7b (patch)
treeecf25536e6969bb08c1b7edddb02b320e01d27cb
parent74a9767018d80288b47c0717ccea4daacf3e7050 (diff)
update gitsigns conf
-rw-r--r--lua/config/gitsigns.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/config/gitsigns.lua b/lua/config/gitsigns.lua
index 81f6b57..3c48d53 100644
--- a/lua/config/gitsigns.lua
+++ b/lua/config/gitsigns.lua
@@ -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 {}