Disable textwidth
This commit is contained in:
@@ -84,6 +84,6 @@ vim.opt.diffopt:append({ "indent-heuristic", "algorithm:histogram", })
|
||||
vim.fn.execute("filetype plugin on")
|
||||
vim.opt.hlsearch = true
|
||||
vim.opt.laststatus = 3
|
||||
vim.opt.textwidth = 80
|
||||
vim.opt.colorcolumn = '+1'
|
||||
vim.opt.textwidth = 0
|
||||
vim.opt.colorcolumn = "81"
|
||||
vim.opt.cmdheight = 0
|
||||
|
||||
Reference in New Issue
Block a user