chore(nvim): don't wrap by default
This commit is contained in:
parent
494fbd5a4a
commit
f31dd3327f
|
@ -93,7 +93,7 @@ local function set_vim_o()
|
||||||
termguicolors = true,
|
termguicolors = true,
|
||||||
textwidth = 0,
|
textwidth = 0,
|
||||||
updatetime = 1000,
|
updatetime = 1000,
|
||||||
wrap = true,
|
wrap = false,
|
||||||
}
|
}
|
||||||
|
|
||||||
for key, value in pairs(settings) do
|
for key, value in pairs(settings) do
|
||||||
|
|
Loading…
Reference in a new issue