refactor(nvim): use 120 columns as max length

This commit is contained in:
Price Hiller 2022-08-01 18:55:53 -05:00
parent baaa9d52d8
commit a31025bbae

View File

@ -80,7 +80,7 @@ M.setup = function()
opt.completeopt = "menuone,noselect"
-- Set max text width
opt.textwidth = 80
opt.textwidth = 120
-- Make statusline global
opt.laststatus = 3