We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nowrap
1 parent 6d1bd94 commit 16f8044Copy full SHA for 16f8044
lua/neogit/lib/buffer.lua
@@ -783,7 +783,6 @@ function Buffer.create(config)
783
end
784
785
buffer:set_window_option("spell", config.spell_check or false)
786
- buffer:set_window_option("wrap", false)
787
buffer:set_window_option("foldmethod", "manual")
788
-- TODO: Need to find a way to turn this off properly when unloading plugin
789
-- buffer:set_window_option("winfixbuf", true)
0 commit comments