fix: desperate attempt at wrapping
This commit is contained in:
parent
d90e454f60
commit
732544a6bc
3 changed files with 7 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ opt.updatetime = 200 -- Save swap file and trigger CursorHold
|
|||
opt.wildmode = 'longest:full,full' -- Command-line completion mode
|
||||
opt.winminwidth = 5 -- Minimum window width
|
||||
-- opt.wrap = false -- Disable line wrap
|
||||
opt.wrap = true
|
||||
|
||||
if vim.fn.has 'nvim-0.9.0' == 1 then
|
||||
opt.splitkeep = 'screen'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue