master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 9c904b2f84 - Show all commits

View File

@@ -23,6 +23,7 @@ opt.showmatch = true -- Show matching braces
opt.wrap = true -- When on, lines longer than the width of the window will wrap and displaying continues on the next line
opt.list = true
opt.hidden = true
opt.winborder = 'rounded'
opt.scrolloff = 4
opt.shiftround = true
opt.relativenumber = false