vis: tweak options
parent
43f1666d76
commit
3dc0c6a102
|
@ -61,10 +61,10 @@ end)
|
||||||
-- window open
|
-- window open
|
||||||
e.subscribe(e.WIN_OPEN, function(win)
|
e.subscribe(e.WIN_OPEN, function(win)
|
||||||
win.options.colorcolumn = 81
|
win.options.colorcolumn = 81
|
||||||
win.options.relativenumbers = true
|
win.options.numbers = true
|
||||||
|
|
||||||
if win.syntax == 'markdown' then
|
if win.syntax == 'markdown' then
|
||||||
win.options.breakat = " ])}_"
|
win.options.breakat = " ,]_"
|
||||||
win.options.expandtab = true
|
win.options.expandtab = true
|
||||||
win.options.tabwidth = 2
|
win.options.tabwidth = 2
|
||||||
win.options.wrapcolumn = 81
|
win.options.wrapcolumn = 81
|
||||||
|
|
Loading…
Reference in New Issue