mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-10 07:10:44 +00:00
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 = {
|
local options = {
|
||||||
signs = {
|
signs = {
|
||||||
add = { text = "│" },
|
|
||||||
change = { text = "│" },
|
|
||||||
delete = { text = "" },
|
delete = { text = "" },
|
||||||
topdelete = { text = "‾" },
|
changedelete = { text = "" },
|
||||||
changedelete = { text = "~" },
|
|
||||||
untracked = { text = "│" },
|
|
||||||
},
|
},
|
||||||
|
|
||||||
on_attach = function(bufnr)
|
on_attach = function(bufnr)
|
||||||
|
Loading…
Reference in New Issue
Block a user