Compare commits
No commits in common. "1e3208699b5c20fee64b616944a29dfb478a955d" and "09da5a64e0dd52061b6d74fe685088214abbef05" have entirely different histories.
1e3208699b
...
09da5a64e0
|
@ -25,11 +25,11 @@ opt.autoread = true
|
|||
opt.swapfile = false
|
||||
opt.history = 500
|
||||
opt.formatoptions = 'rojq'
|
||||
-- dont hard wrap.
|
||||
opt.textwidth = 0
|
||||
-- wrap at 80 cols.
|
||||
opt.textwidth = 80
|
||||
opt.wrapmargin = 0
|
||||
opt.wrap = true
|
||||
opt.linebreak = true
|
||||
-- opt.linebreak = true
|
||||
opt.breakindent = true
|
||||
--highlight after col
|
||||
opt.colorcolumn = "80,100,120"
|
||||
|
|
Loading…
Reference in a new issue