disable textwidth (auto wrap when writing)

This commit is contained in:
Antoine Vaure 2025-06-04 17:26:03 +02:00
parent bf50dad867
commit 1e9a1724d2

View file

@ -39,7 +39,7 @@ g.mapleader = ","
opt.scrolloff = 4 opt.scrolloff = 4
opt.spelllang = "fr" opt.spelllang = "fr"
opt.colorcolumn = { 100 } opt.colorcolumn = { 100 }
opt.textwidth = 100 -- opt.textwidth = 100
opt.timeoutlen = 1000 opt.timeoutlen = 1000
opt.breakindent = true opt.breakindent = true