mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 21:03:25 +00:00
update
This commit is contained in:
parent
142d73beb8
commit
3a46ece7b6
1 changed files with 4 additions and 4 deletions
|
|
@ -4,12 +4,12 @@ return {
|
|||
config = function()
|
||||
require("gitsigns").setup({
|
||||
signs = {
|
||||
add = { text = "▌" },
|
||||
change = { text = "▌" },
|
||||
add = { text = "█" },
|
||||
change = { text = "█" },
|
||||
delete = { text = "▁" },
|
||||
topdelete = { text = "▔" },
|
||||
changedelete = { text = "▌" },
|
||||
untracked = { text = "┆" },
|
||||
changedelete = { text = "█" },
|
||||
untracked = { text = "┃" },
|
||||
},
|
||||
-- Show colors on line numbers
|
||||
numhl = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue