refactor(nvim): use 120 columns as max length
This commit is contained in:
parent
baaa9d52d8
commit
a31025bbae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user