Skip to content

Commit 16f8044

Browse files
committed
fix: don't enforce nowrap
1 parent 6d1bd94 commit 16f8044

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lua/neogit/lib/buffer.lua

-1
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,6 @@ function Buffer.create(config)
783783
end
784784

785785
buffer:set_window_option("spell", config.spell_check or false)
786-
buffer:set_window_option("wrap", false)
787786
buffer:set_window_option("foldmethod", "manual")
788787
-- TODO: Need to find a way to turn this off properly when unloading plugin
789788
-- buffer:set_window_option("winfixbuf", true)

0 commit comments

Comments
 (0)