default wrap to false

This commit is contained in:
Julian Doherty
2022-08-27 15:10:19 +10:00
parent a6d40cd63c
commit 0d8d2e8c73

View File

@@ -19,7 +19,7 @@ M.defaults = {
autofold_depth = nil, autofold_depth = nil,
auto_unfold_hover = true, auto_unfold_hover = true,
fold_markers = { '', '' }, fold_markers = { '', '' },
wrap = true, wrap = false,
keymaps = { -- These keymaps can be a string or a table for multiple keys keymaps = { -- These keymaps can be a string or a table for multiple keys
close = { '<Esc>', 'q' }, close = { '<Esc>', 'q' },
goto_location = '<Cr>', goto_location = '<Cr>',