use default icons for gitsigns conf
This commit is contained in:
parent
43208351b7
commit
c40c5116c4
@ -2,12 +2,8 @@ dofile(vim.g.base46_cache .. "git")
|
||||
|
||||
local options = {
|
||||
signs = {
|
||||
add = { text = "│" },
|
||||
change = { text = "│" },
|
||||
delete = { text = "" },
|
||||
topdelete = { text = "‾" },
|
||||
changedelete = { text = "~" },
|
||||
untracked = { text = "│" },
|
||||
changedelete = { text = "" },
|
||||
},
|
||||
|
||||
on_attach = function(bufnr)
|
||||
|
Loading…
Reference in New Issue
Block a user