refactor(nvim): set default textwidth to 100

This commit is contained in:
Price Hiller 2023-12-08 13:14:31 -06:00
parent 42489c45c3
commit 33c24447e0
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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