refactor(nvim): do not specify default textwidth
This commit is contained in:
parent
2ac7d13ccf
commit
83aacaf754
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user