mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Compare commits
No commits in common. "b4c3b7eba08325b13fae6e8e74ebb2b87b030642" and "74a9767018d80288b47c0717ccea4daacf3e7050" have entirely different histories.
b4c3b7eba0
...
74a9767018
@ -8,6 +8,7 @@ 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 {}
|
||||
|
||||
@ -436,7 +436,3 @@ PostgreSQL
|
||||
CNY
|
||||
wechat
|
||||
ziroom
|
||||
Postgres
|
||||
plpgsql
|
||||
postgres
|
||||
PySpark
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user