Disable textwidth

This commit is contained in:
2023-09-14 18:26:29 +02:00
parent fe821f82fe
commit 74d8b2c268
+2 -2
View File
@@ -84,6 +84,6 @@ vim.opt.diffopt:append({ "indent-heuristic", "algorithm:histogram", })
vim.fn.execute("filetype plugin on") vim.fn.execute("filetype plugin on")
vim.opt.hlsearch = true vim.opt.hlsearch = true
vim.opt.laststatus = 3 vim.opt.laststatus = 3
vim.opt.textwidth = 80 vim.opt.textwidth = 0
vim.opt.colorcolumn = '+1' vim.opt.colorcolumn = "81"
vim.opt.cmdheight = 0 vim.opt.cmdheight = 0