1 -- load standard vis module, providing parts of the Lua API
4 vis
.events
.win_open
= function(win
)
5 -- enable syntax highlighting for known file types
6 vis
.filetype_detect(win
)
8 -- Your local configuration options e.g.
9 -- vis:command('set number')
10 -- vis:command('map! normal j gj')