refactor(nvim): do not specify default textwidth

This commit is contained in:
Price Hiller 2024-06-27 23:37:44 -05:00
parent 2ac7d13ccf
commit 83aacaf754
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -96,9 +96,6 @@ M.setup = function()
-- Better completion experience -- Better completion experience
opt.completeopt = "menuone,noselect" opt.completeopt = "menuone,noselect"
-- Set max text width
opt.textwidth = 100
-- Make statusline global -- Make statusline global
opt.laststatus = 3 opt.laststatus = 3