diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-20 01:18:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-20 01:18:00 +0800 |
| commit | 9f58c3b7a5fd7d34e16580505598d81ec54dca47 (patch) | |
| tree | ecf25536e6969bb08c1b7edddb02b320e01d27cb | |
| parent | 74a9767018d80288b47c0717ccea4daacf3e7050 (diff) | |
| parent | 45d0d68b9ecab77d3964ff12487611dab95bbd7b (diff) | |
Merge pull request #108 from jdhao/gitsign
update gitsigns conf
| -rw-r--r-- | lua/config/gitsigns.lua | 1 |
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 {} |
