mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-17 11:04:58 +00:00
blame
This commit is contained in:
parent
e2ff5c2286
commit
cfab8c131b
2 changed files with 11 additions and 11 deletions
|
|
@ -56,18 +56,18 @@ return {
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
opts = {
|
opts = {
|
||||||
signs = {
|
signs = {
|
||||||
add = { text = "│" },
|
add = { text = "██" },
|
||||||
change = { text = "│" },
|
change = { text = "██" },
|
||||||
delete = { text = "_" },
|
delete = { text = "▄▄" },
|
||||||
topdelete = { text = "‾" },
|
topdelete = { text = "▀▀" },
|
||||||
changedelete = { text = "│" },
|
changedelete = { text = "██" },
|
||||||
},
|
},
|
||||||
signs_staged = {
|
signs_staged = {
|
||||||
add = { text = "┃" },
|
add = { text = "▓▓" },
|
||||||
change = { text = "┃" },
|
change = { text = "▓▓" },
|
||||||
delete = { text = "_" },
|
delete = { text = "▄▄" },
|
||||||
topdelete = { text = "‾" },
|
topdelete = { text = "▀▀" },
|
||||||
changedelete = { text = "┃" },
|
changedelete = { text = "▓▓" },
|
||||||
},
|
},
|
||||||
signs_staged_enable = true,
|
signs_staged_enable = true,
|
||||||
signcolumn = true,
|
signcolumn = true,
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ o.incsearch = true
|
||||||
o.termguicolors = true
|
o.termguicolors = true
|
||||||
o.cursorline = true
|
o.cursorline = true
|
||||||
o.scrolloff = 8
|
o.scrolloff = 8
|
||||||
o.signcolumn = "yes"
|
o.signcolumn = "yes:2"
|
||||||
o.wrap = false
|
o.wrap = false
|
||||||
o.showmode = false
|
o.showmode = false
|
||||||
o.laststatus = 3
|
o.laststatus = 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue