nvim: wrap is off by default now

This commit is contained in:
PowerUser64 2021-10-26 02:51:13 -07:00
parent b482328380
commit f247b89efd
2 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ vim.cmd [[
set hidden
set ignorecase
set smartcase
set wrap
set nowrap
set linebreak
" set guicursor= " always use the block cursor
syntax enable