summaryrefslogtreecommitdiff
path: root/nvim/lua/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/options.lua')
-rw-r--r--nvim/lua/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua
index c8271f5..cd293f4 100644
--- a/nvim/lua/options.lua
+++ b/nvim/lua/options.lua
@@ -14,7 +14,7 @@ local options = {
smartindent = false,
autoindent = true,
- wrap = false,
+ wrap = true,
hlsearch = false,
incsearch = true,