vim: display diagnostic signs in number column
This commit is contained in:
parent
c53a9014b9
commit
9ef29441a0
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ o.cursorlineopt = 'number'-- ...but only the line number
|
||||||
o.showbreak = '⤷ ' -- prefix for wrapped lines
|
o.showbreak = '⤷ ' -- prefix for wrapped lines
|
||||||
o.scrolloff = 3 -- min. # of lines above and below cursor
|
o.scrolloff = 3 -- min. # of lines above and below cursor
|
||||||
o.sidescrolloff = 3 -- min. # of columns to left and right of cursor
|
o.sidescrolloff = 3 -- min. # of columns to left and right of cursor
|
||||||
|
o.signcolumn = 'number' -- display signs in 'number' column
|
||||||
o.list = true -- show invisible characters
|
o.list = true -- show invisible characters
|
||||||
o.listchars = {
|
o.listchars = {
|
||||||
eol = '↲',
|
eol = '↲',
|
||||||
|
|
Loading…
Add table
Reference in a new issue