mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-16 05:03:32 +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()
|
config = function()
|
||||||
require("gitsigns").setup({
|
require("gitsigns").setup({
|
||||||
signs = {
|
signs = {
|
||||||
add = { text = "▌" },
|
add = { text = "█" },
|
||||||
change = { text = "▌" },
|
change = { text = "█" },
|
||||||
delete = { text = "▁" },
|
delete = { text = "▁" },
|
||||||
topdelete = { text = "▔" },
|
topdelete = { text = "▔" },
|
||||||
changedelete = { text = "▌" },
|
changedelete = { text = "█" },
|
||||||
untracked = { text = "┆" },
|
untracked = { text = "┃" },
|
||||||
},
|
},
|
||||||
-- Show colors on line numbers
|
-- Show colors on line numbers
|
||||||
numhl = true,
|
numhl = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue