refactor(nvim): set default textwidth to 100
This commit is contained in:
parent
42489c45c3
commit
33c24447e0
@ -90,7 +90,7 @@ M.setup = function()
|
||||
opt.completeopt = "menuone,noselect"
|
||||
|
||||
-- Set max text width
|
||||
opt.textwidth = 120
|
||||
opt.textwidth = 100
|
||||
|
||||
-- Make statusline global
|
||||
opt.laststatus = 3
|
||||
|
Loading…
Reference in New Issue
Block a user