1
0
Fork 0

vis: tweak options

main
urosm 2024-09-13 20:30:23 +02:00
parent 43f1666d76
commit 3dc0c6a102
1 changed files with 2 additions and 2 deletions

View File

@ -61,10 +61,10 @@ end)
-- window open
e.subscribe(e.WIN_OPEN, function(win)
win.options.colorcolumn = 81
win.options.relativenumbers = true
win.options.numbers = true
if win.syntax == 'markdown' then
win.options.breakat = " ])}_"
win.options.breakat = " ,]_"
win.options.expandtab = true
win.options.tabwidth = 2
win.options.wrapcolumn = 81