diff options
Diffstat (limited to 'nvim/lua/options.lua')
| -rw-r--r-- | nvim/lua/options.lua | 2 |
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, |