disable textwidth (auto wrap when writing)
This commit is contained in:
parent
bf50dad867
commit
1e9a1724d2
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue